DB_Column.floor
floor
Group: Rounding
Documentation
Takes the floor of floating-point values, returning integer values.
Examples
Take the floor of a column of floating-point values.
import Standard.Examples
example_floor = Examples.decimal_column.floor
Remarks
NaN/Inf
If a NaN
or Inf
value is passed to floor
, it immediately returns
the same value.