[]
Initializes a new instance of the NumericRangeValidator class.
public NumericRangeValidator(double min, bool isInclusive)
Type | Name | Description |
---|---|---|
double | min | The minimum. |
bool | isInclusive | if set to |
Initializes a new instance of the NumericRangeValidator class.
public NumericRangeValidator(double min, double max, bool isInclusive)
Type | Name | Description |
---|---|---|
double | min | The minimum. |
double | max | The maximum. |
bool | isInclusive | if set to |