UINT (The GNU Fortran Compiler) (original) (raw)
Next: UMASK — Set the file creation mask, Previous: UCOBOUND — Upper codimension bounds of an array, Up: Intrinsic Procedures [Contents][Index]
8.282 UINT
– Convert to UNSIGNED
type ¶
Synopsis:
RESULT = UINT(A [, KIND))
Description:
Convert to unsigned type
Class:
Elemental function
Arguments:
A | Shall be of type INTEGER,REAL, COMPLEX or UNSIGNED or a boz-literal-constant. |
---|---|
KIND | (Optional) A scalar INTEGER constant expression indicating the kind parameter of the result. |
Standard:
Extension.