CIGAL Reference Manual, Chapter 3 (Functions): integer

Integer -- Convert floating-point numbers to integer values

usage: result = integer(x)

INTEGER converts real numbers to integer numbers by simply dropping the non-integral portion of each value. If the input X is a variable with more than one value, INTEGER will generate an output variable with the same number of values.

See Also:
NUMBERS(1), REM(3), ROUND(3)

CIGAL Home, CIGAL Manual, Functions List, Manual Help