ARY_STYPE

Set a new type for an array

Description:

The routine sets a new full type for an array, causing its data storage type to be changed. If the arrays pixel values are defined, then they will be converted from the old type to the new one. If they are undefined, then no conversion will be necessary. Subsequent enquiries will reflect the new type. Conversion may be performed between any types supported by the ARY_ routines, including from a non-complex type to a complex type (and vice versa).

Invocation

CALL ARY_STYPE( FTYPE, IARY, STATUS )

Arguments

FTYPE = CHARACTER ( ) (Given)
The new full type specification for the array (e.g. _REAL or COMPLEX_INTEGER).
IARY = INTEGER (Given)
Array identifier.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: