9.171 LONG — Convert to integer type
- Description:
- Convert to a
KIND=4integer type, which is the same size as a Clonginteger. This is equivalent to the standardINTintrinsic with an optional argument ofKIND=4, and is only included for backwards compatibility. - Standard:
- GNU extension
- Class:
- Elemental function
- Syntax:
-
RESULT = LONG(A) - Arguments:
-
A Shall be of type INTEGER,REAL, orCOMPLEX. - Return value:
- The return value is a
INTEGER(4)variable. - See also:
- INT, INT2, INT8
© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-5.4.0/gfortran/LONG.html