- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑
Description:
This function
sets new values for the scale and zero values associated with an array. If the array
is stored in simple form, then the storage form is changed to scaled.
Invocation
void
aryPtszT(
Ary ary, CGEN_TYPE scale,
CGEN_TYPE zero, int status
)
Notes:
-
This routine may only be used to change the type of a base array. If it is called with an array which is
not a base array, then it will return without action. No error will result.
-
An error will result if the array, or any part of it, is currently mapped for access (e.g. through another
identifier).
Parameters :
ary
Array identifier.
scale
The new value for the scaling factor.
zero
The new value for the zero offset.
status
The global status.
- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑