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