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