floor

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

Creates a FLOOR(expr) function that returns the floor value of the given numeric expression.

Return

The FLOOR(expr) function.

Parameters

operand

The expression.

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