public IValueSet <decimal> Related(BinaryOperatorKind relation, decimal value) =>
 _underlying.Related(relation, DecimalTC.Normalize(value));
Example #2
0
 bool IValueSetFactory.Related(BinaryOperatorKind relation, ConstantValue left, ConstantValue right) => _underlying.Related(relation, left, right);