public bool Check(float value) =>
 FloatUtil.IsClamped(value, this.minValue, this.maxValue);