operator - method
Q
operator -(
- Q other
Subtracts other from this quantity.
Implementation
Q operator -(Q other) => create(value - other.getValue(unit), unit);
Subtracts other from this quantity.
Q operator -(Q other) => create(value - other.getValue(unit), unit);