KIND(3I) Last changed: 1-6-98
KIND - Returns the value of the kind type parameter of x
KIND ([X=]x)
UNICOS, UNICOS/mk, and IRIX systems
Fortran 90
The KIND intrinsic function returns the value of the kind type
parameter of x. It maps variable space into kind values, and it
accepts the following argument:
x May be of any intrinsic type
KIND is an inquiry function. The name of this intrinsic cannot be
passed as an argument.
The result is a default integer scalar value and has a value equal to
the kind type parameter value of x.
KIND(0.0) has the kind type parameter value of default real.
Intrinsic Procedures Reference Manual, publication SR-2138, for the
printed version of this man page.
KIND(3I) Last changed: 1-6-98
KIND - Returns the value of the kind type parameter of x
KIND ([X=]x)
UNICOS, UNICOS/mk, and IRIX systems
Fortran 90
The KIND intrinsic function returns the value of the kind type
parameter of x. It maps variable space into kind values, and it
accepts the following argument:
x May be of any intrinsic type
KIND is an inquiry function. The name of this intrinsic cannot be
passed as an argument.
The result is a default integer scalar value and has a value equal to
the kind type parameter value of x.
KIND(0.0) has the kind type parameter value of default real.
Intrinsic Procedures Reference Manual, publication SR-2138, for the
printed version of this man page.
[ Back ]
|