Subtracts one size unit from another.
SizeUnit operator -(SizeUnit other) { return _CalculatedSize( this, other, calculationSubtract, ); }