operator - abstract method

Decimal128 operator -(
  1. Decimal128 other
)

Subtracts other from this and returns a new Decimal128.

Implementation

Decimal128 operator -(Decimal128 other);