Returns a specified number, unchanged.

Sample Usage

UPLUS(-4)

UPLUS(A2)

Syntax

UPLUS(value)

  • value - The number to return.

See Also

UNARY_PERCENT: Returns a value interpreted as a percentage; that is, UNARY\_PERCENT(100) equals 1.

UMINUS: Returns a number with the sign reversed.

Examples