floor¶
Get the smallest integer that is less than or equal to the argument.
Parameters:
No. | Type | Comments |
---|---|---|
1 | Any numeric type | Value to get the floor value |
Returns:
double
- Floor value
Usages:
floor( v : double ) : double
Get the smallest integer that is less than or equal to the argument.
Parameters:
No. | Type | Comments |
---|---|---|
1 | Any numeric type | Value to get the floor value |
Returns:
double
- Floor value
Usages:
floor( v : double ) : double