operator / method
Divides one spacing unit by another.
Implementation
SpacingUnit operator /(SpacingUnit other) {
return _CalculatedSpacing(
this,
other,
calculationDivide,
);
}
Divides one spacing unit by another.
SpacingUnit operator /(SpacingUnit other) {
return _CalculatedSpacing(
this,
other,
calculationDivide,
);
}