absolute method

void absolute()

Set this to the absolute.

Implementation

void absolute() {
  _v4storage[3] = _v4storage[3].abs();
  _v4storage[2] = _v4storage[2].abs();
  _v4storage[1] = _v4storage[1].abs();
  _v4storage[0] = _v4storage[0].abs();
}