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)
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.
NUMBER: FRACDIGITS=num - Number of fractional digits (after comma) [0 - integer]
NUMBER: ENDIAN=SYSTEM/BIG/LITTLE/LOCAL - Byte order of the the integer value [SYSTEM]
SYSTEM - Byte order of the default logical system
BIG - Big endian byte order
LITTLE - Little endian byte order
LOCAL - Byte order of the real physical system
NUMBER: WIDTH=num/W32/W64 - Width of integer number in bits [64]
W32 - 32 bit integer
W64 - 64 bit integer