floor
Round an input value down to the next lower integer (toward negative infinity)
floor(in1): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
in1 | number | The value to be rounded down |
Returns
Name | Type | Description |
---|---|---|
out1 | number | The rounded value |