Пример #1
0
 public bool Check(double value) =>
 DoubleUtil.IsClamped(value, this.minValue, this.maxValue);