Method GetMinValue
GetMinValue(TRangeType)
Get the minimum value from the range value.
Declaration
protected abstract TValueType GetMinValue(TRangeType rangeValue)
Parameters
Type | Name | Description |
---|---|---|
TRangeType | rangeValue | The range value. |
Returns
Type | Description |
---|---|
TValueType | The minimum value of the range. |