Skip to main content
Skip table of contents

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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.