aryRound

Set the internal ARY_ system rouding flag

Description:

This function sets an internal flag in the ARY_ system that controls how floating point values are converted to integer values when doing array type conversion. If the flag is non-zero floating point values are rounded to the nearest integer value. Otherwise, floating point values are truncated towards zero.

Invocation

int aryRound( int newflg )

Notes:

Parameters :

newflg
The new value to be set for the rounding flag. If a negative value is supplied, the existing value is left unchanged.