Next: INT8, Previous: INT, Up: Intrinsic Procedures [Contents][Index]
9.150 INT2 — Convert to 16-bit integer type
- Description:
Convert to a
KIND=2integer type. This is equivalent to the standardINTintrinsic with an optional argument ofKIND=2, and is only included for backwards compatibility.The
SHORTintrinsic is equivalent toINT2.- Standard:
GNU extension
- Class:
Elemental function
- Syntax:
RESULT = INT2(A)- Arguments:
A Shall be of type INTEGER,REAL, orCOMPLEX.- Return value:
The return value is a
INTEGER(2)variable.- See also:
