sign

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

Creates a SIGN(expr) function that returns the sign (1: positive, -1: negative, 0: zero) of the given numeric expression.

Return

The SIGN(expr) function.

Parameters

operand

The expression.

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