- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑
Description:
This function
returns the scale and zero values associated with an array. If the array is not
stored in scaled form, then values of 1.0 and 0.0 are returned.
Invocation
void
aryGtszT(
Ary ary,
CGEN_TYPE scale,
CGEN_TYPE zero,
int status
)
Parameters :
ary
Array identifier.
scale
Returned holding the scaling factor.
zero
Returned
holding the zero offset.
status
The global status.
- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑