コード例 #1
0
 public bool Check(float value) =>
 FloatUtil.IsClamped(value, this.minValue, this.maxValue);