operator - method
Subtracts one spacing unit from another.
Implementation
SpacingUnit operator -(SpacingUnit other) {
return _CalculatedSpacing(
this,
other,
calculationSubtract,
);
}
Subtracts one spacing unit from another.
SpacingUnit operator -(SpacingUnit other) {
return _CalculatedSpacing(
this,
other,
calculationSubtract,
);
}