NDF_CMPLX

Determine whether an NDF array component holds complex values

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: