Integer
Integer
The Integer is the ePOS data type for whole numbers without decimals. The range is not limited, since ePOS uses an exponential representation internally.
Whole number constants are simply written as a number. The use of "-" or exponential notation is permissible: -2*10³ is written in ePOS as -2E3.
If an integer is assigned a decimal value, it is rounded to the nearest whole number.