INT2
— Convert to 16-bit integer typeKIND=2
integer type. This is equivalent to the standard INT
intrinsic with an optional argument of KIND=2
, and is only included for backwards compatibility. The SHORT
intrinsic is equivalent to INT2
.
RESULT = INT2(A)
A | Shall be of type INTEGER , REAL , or COMPLEX . |
INTEGER(2)
variable.
© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-5.4.0/gfortran/INT2.html