Adds two size units together.
SizeUnit operator +(SizeUnit other) { return _CalculatedSize( this, other, calculationAdd, ); }