ceil

Returns the smallest integer that is greater than or equal to the input.

fun ceil(vararg expressions: Array<out Expression>): Expression
fun ceil(value: Double): Expression

DSL function for "ceil".

fun ceil(block: Expression.ExpressionBuilder.() -> Unit): Expression