INT

Synopsis

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

Description

The object reads 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 can be defined for this. By default, the system's endianness is used.

Arguments