negative property

num get negative

Implementation

num get negative {
  return -1 * this;
}