LOGICAL(3I) Last changed: 1-6-98
LOGICAL - Converts between kinds of logical
LOGICAL ([L=]l [,[KIND=]kind])
UNICOS, UNICOS/mk, and IRIX systems
Fortran 90
The LOGICAL intrinsic function converts between kinds of logical. It
accepts the following arguments:
l Must be of type logical
kind Must be a scalar integer initialization expression
LOGICAL is an elemental function. The name of this intrinsic cannot
be passed as an argument.
The result type is logical. If kind is present, the kind type
parameter is that specified by kind; otherwise, the kind type
parameter is that of default logical. The value is that of l.
LOGICAL(L .OR. .NOT. L) has the value true and is of type default
logical, regardless of the kind type parameter of the logical variable
l.
Intrinsic Procedures Reference Manual, publication SR-2138, for the
printed version of this man page.
LOGICAL(3I) Last changed: 1-6-98
LOGICAL - Converts between kinds of logical
LOGICAL ([L=]l [,[KIND=]kind])
UNICOS, UNICOS/mk, and IRIX systems
Fortran 90
The LOGICAL intrinsic function converts between kinds of logical. It
accepts the following arguments:
l Must be of type logical
kind Must be a scalar integer initialization expression
LOGICAL is an elemental function. The name of this intrinsic cannot
be passed as an argument.
The result type is logical. If kind is present, the kind type
parameter is that specified by kind; otherwise, the kind type
parameter is that of default logical. The value is that of l.
LOGICAL(L .OR. .NOT. L) has the value true and is of type default
logical, regardless of the kind type parameter of the logical variable
l.
Intrinsic Procedures Reference Manual, publication SR-2138, for the
printed version of this man page.
[ Back ]
|