sum property
Use an int64 since we'd prefer the added precision.
If overflow is a common problem we can detect it and use an additional int64 or a double.
Implementation
SplitInt64? sum;
Use an int64 since we'd prefer the added precision.
If overflow is a common problem we can detect it and use an additional int64 or a double.
SplitInt64? sum;