floor

@JvmStatic
fun floor(vararg expressions: Expression): Expression
@JvmStatic
fun floor(value: Double): Expression

Returns the largest integer that is less than or equal to the input.


DSL function for "floor".