INT8 — Convert to 64-bit integer type#
-
INT8(A)#
Convert to a
KIND=8integer type. This is equivalent to the standardINTintrinsic with an optional argument ofKIND=8, and is only included for backwards compatibility.- Parameters:
A – Shall be of type
INTEGER,REAL, orCOMPLEX.- Returns:
The return value is a
INTEGER(8)variable.
- Standard:
GNU extension
- Class:
Elemental function
- Syntax:
RESULT = INT8(A)
- See also: