Processing math: 100%

NDF_FTYPE

Obtain the full type of an NDF array component

Description:

The routine returns the full data type of one of the array components of an NDF as an upper-case character string (e.g. _REAL or COMPLEX_BYTE).

Invocation

CALL NDF_FTYPE( INDF, COMP, FTYPE, STATUS )

Arguments

INDF = INTEGER (Given)
NDF identifier.
COMP = CHARACTER ( ) (Given)
Name of the NDF array component whose type is required: DATA, QUALITY or VARIANCE.
FTYPE = CHARACTER ( ) (Returned)
Full data type of the component.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: