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