valvector_unary_op

View page source

The valvector Numeric Unary Operators

Returns the element-by-element result of the unary operators for this valvector.

Prototype

   valvector operator+(void) const
   valvector operator-(void) const

Example

The file valvector_unary_op.cpp is an example and test of the valvector unary operators.