Operator negative ( - )

integer -op1

Returns the opposite value of Op1. If an Integer value is positive, the return value will be negative. If the Integer value is negative, the return value will be positive.

Examples

number -op1

Returns the opposite value of Op1. If a Number value is positive, the return value will be negative. If the Number value is negative, the return value will be positive.

Examples

currency -op1

Returns the opposite value of Op1. If a Currency value is positive, the return value will be negative. If the Currency value is negative, the return value will be positive.

Examples