PropertyLimits constructor

PropertyLimits(
  1. double value
)

Implementation

PropertyLimits(double value)
    : this._max = value,
      this._min = value;