operator unary- method

Int32 operator unary-()

Implementation

Int32 operator -() => Int32.zero - this;