ceil

expect fun ceil(operand: Expression): Expression(source)

Creates a CEIL(expr) function that returns the ceiling value of the given numeric expression.

Return

The CEIL(expr) function.

Parameters

operand

The expression.

actual fun ceil(operand: Expression): Expression(source)
actual fun ceil(operand: Expression): Expression(source)