Int
Returns the closest integer that is smaller than the number
Method Signature
Arguments
Argument
Type
Required
Description
Default
number
numeric
true
The number to calculate the closest integer for
Examples
Closest integer less than 1.8
Result: 1
Additional Examples
Related
Last updated
Was this helpful?