INT
INT returns the largest integer that is less than or equal to a specified value.
This function is valid in both rules and TurboIntegrator processes.
Syntax
INT(x)
Argument |
Description |
---|---|
x |
A numeric value. |
Example
INT(5.6) returns 5.
INT(-5.6) returns -6.