datatable.math.floor()¶
The largest integer value not greater than x, returned as float.
This function produces a float32 column if the input is of type
float32, or float64 columns for inputs of all other numeric
stypes.
Parameters¶
x
FExprOne or more numeric columns.
return
FExprExpression that computes the floor() function for each row and
column in x.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.