Divides one size unit by another.
SizeUnit operator /(SizeUnit other) { return _CalculatedSize( this, other, calculationDivide, ); }