UMINUS Overloaded Unary Minus Operator

Section: Object Oriented Programming

Usage

This is a method that is invoked when a variable is negated, and is invoked when you call
   c = uminus(a)

or for

   c = -a