- ←Prev
- NDF
Routines for Accessing the
Extensible N-Dimensional Data Format - Next→
- TOC ↑
Description:
The routine returns a logical value indicating whether the specified array component of an
NDF holds complex values.
Invocation
CALL NDF_CMPLX( INDF, COMP, CMPLX, STATUS
)
Arguments
INDF = INTEGER (Given)
NDF identifier.
COMP = CHARACTER
(
)
(Given)
Name of the NDF array component: ’
DATA’
, ’
QUALITY’
or ’
VARIANCE’
.
CMPLX =
LOGICAL (Returned)
Whether the component holds complex values.
STATUS = INTEGER (Given
and Returned)
The global status.
Notes:
-
A comma-separated list of components may also be specified, in which case the logical "
OR"
of the
results for each component will be returned.
-
The value returned for the QUALITY component is always .FALSE..
- ←Prev
- NDF
Routines for Accessing the
Extensible N-Dimensional Data Format - Next→
- TOC ↑