number

SerioScript number types can take positive, negative, whole and fractional values. The following are valid values to assign to a number variable.

1

1.0

-1

-3.14

1.1234567

Maximum and Minimum Numbers

The maximum value supported by a SerioScript number is 2,147,483,647 or (2^31)-1.

The minimum value supported by a SerioScript is -2,147,483,648 or -(2^31).