インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド

JNUM

Elemental Intrinsic Function (Specific): Converts a character string to an INTEGER(4) value. This function cannot be passed as an actual argument.

result = JNUM (i)

i

(Input) Must be of type character.

Results

The result type is INTEGER(4). The result value is the integer value represented by the character string i.

JNUM ("46616") has the value 46616 of type INTEGER(4).


このヘルプトピックについてのフィードバックを送信