a_double_unary_op#

View page source

a_double Unary Plus and Minus#

Syntax#

ay = + ax
ay = - ax

ax#

This object has prototype

      const a_double& ax

ay#

If the operator is + , the result is equal to ax . If it is - , the result is the negative of ax .

Example#

c++, python.