INT

Synopsis

HELP:   Integer multiplied by 10 to the power of fractional digits
TYPE:   OBJECT
SYNTAX: INT(FRACDIGITS=num,ROUNDING[=AWAYFROMZERO/NEAREST/TOWARDZERO/ERROR],ENDIAN=SYSTEM/BIG/LITTLE/LOCAL,WIDTH=num/W32/W64)

Description

The object generates an integer in 2's complemet multiplied by 10 to the power of the specified decimal places. 32 or 64 bit widths are supported and it is possible to work with or without a sign. The byte order and rounding rules can be defined for this. By default, the system's endianness is used.

Arguments