Ceil (FUN) ¶ FUNCTION Ceil : LREAL Returns the smallest integral value that is not less than f. If f is +0, -0, infinity, or NaN, then f is returned. Note This function also handles the case LREAL = REAL. InOut: Scope Name Type Input f LREAL Return Ceil LREAL
CeilF (FUN) ¶ FUNCTION CeilF : REAL Returns the smallest integral value that is not less than f. If f is +0, -0, infinity, or NaN, then f is returned. InOut: Scope Name Type Input f REAL Return CeilF REAL
Floor (FUN) ¶ FUNCTION Floor : LREAL Returns the greatest integral value that is not greater than f. if f is +0, -0, infinity, or NaN, then f is returned. Note This function also handles the case LREAL = REAL. InOut: Scope Name Type Input f LREAL Return Floor LREAL
FloorF (FUN) ¶ FUNCTION FloorF : REAL Returns the greatest integral value that is not greater than f. If f is +0, -0, infinity, or NaN, then f is returned. InOut: Scope Name Type Input f REAL Return FloorF REAL
Truncate (FUN) ¶ FUNCTION Truncate : LREAL Round to the next integral value, towards zero. if f is integral, infinity, or NaN, then f is returned. Note This function also handles the case LREAL = REAL. InOut: Scope Name Type Input f LREAL Return Truncate LREAL
TruncateF (FUN) ¶ FUNCTION TruncateF : REAL Round to the next integral value, towards zero. If f is integral, infinity, or NaN, then f is returned. InOut: Scope Name Type Input f REAL Return TruncateF REAL
HexReal ¶ DeserializeHexReal (Function) SerializeHexReal (Function)
IListIterator.ModCounter (PROP) ¶ PROPERTY ModCounter : IModCounter Set the modification counter.
ISafeIterator.LockableCollection (PROP) ¶ PROPERTY LockableCollection : ILockable The collection to lock.
ISafeIterator.ModCounter (PROP) ¶ PROPERTY ModCounter : IModCounter Set the modification counter.