INT8 (The GNU Fortran Compiler) (original) (raw)
Next: IOR — Bitwise logical or, Previous: INT2 — Convert to 16-bit integer type, Up: Intrinsic Procedures [Contents][Index]
8.151 INT8
— Convert to 64-bit integer type ¶
Synopsis:
RESULT = INT8(A)
Description:
Convert to a KIND=8
integer type. This is equivalent to the standard INT
intrinsic with an optional argument ofKIND=8
, and is only included for backwards compatibility.
Class:
Elemental function
Arguments:
A | Shall be of type INTEGER,REAL, or COMPLEX. |
---|
Return value:
The return value is a INTEGER(8)
variable.
Standard:
GNU extension
See also:
INT — Convert to integer type,
INT2 — Convert to 16-bit integer type