NumericRange(NumericBound?, NumericBound?)
Initializes a new instance of the NumericRange struct.
Declaration
public NumericRange(NumericBound? min, NumericBound? max)
Parameters
Type | Name | Description |
---|---|---|
NumericBound | min | |
NumericBound | max |
Initializes a new instance of the NumericRange struct.
public NumericRange(NumericBound? min, NumericBound? max)
Type | Name | Description |
---|---|---|
NumericBound | min | |
NumericBound | max |