Utilities\ValueSetFactory.NumericValueSet.cs (3)
186Add(builder, Max(leftInterval.first, rightInterval.first, _tc), Min(leftInterval.last, rightInterval.last, _tc), _tc);
219oldLastInterval.last = Max(last, oldLastInterval.last, tc);
265Add(builder, Min(leftInterval.first, rightInterval.first, _tc), Max(leftInterval.last, rightInterval.last, _tc), _tc);