arySctyp

Obtain the numeric type of a scaled array

Description:

This function returns the numeric type of a scaled array as an upper-case character string (e.g. _REAL ). The returned type describes the values stored in the array, before they are unscaled using the associated scale and zero values. Use aryType if you need the data type of the array after it has been unscaled.

Invocation

void arySctyp( Ary ary, char type[ARY__SZTYP+1], int status )

Notes:

Parameters :

ary
Array identifier.
type
Numeric type of the array.
status
The global status.