Back to Core Functions
floor
Round toward negative infinity
Syntax
Y = floor(X)
Description
Rounds each element to the nearest integer toward negative infinity.
Parameters
| Name | Description |
|---|---|
| X | Input value (scalar or NDArray) |
Returns
Rounded values