Go to: Synopsis. Return value. Related. MEL examples.
trunc
float
trunc is NOT undoable, NOT queryable, and NOT editable.
Returns the largest whole value that is not greater than the argument.float | Truncated value |
trunc 2.82; // Result: 2 // trunc -2.82; // Result: -2 //