neg method

void neg()

Negate

Implementation

void neg() {
  _val = -_val;
}