abs

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

Creates an ABS(expr) function that returns the absolute value of the given numeric expression.

Return

The ABS(expr) function.

Parameters

operand

The expression.

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