RangeValue Constructors
Stores one of the range values.| Name | Parameters | Description |
|---|---|---|
| RangeValue(Double, RangeValueType) | value, type | Initializes a new instance of the RangeValue class with the specified value and value type. |
| RangeValue(Double) | value | Initializes a new instance of the RangeValue class with the specified value. |
See Also