operator unary- method

Int64 operator unary-()

Implementation

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