[]
Gets the maximum value corresponding to the specified ranges and T.
public T GetMaximum<T>(RulesEngineRangeCollection ranges)
Public Function GetMaximum(Of T)(ranges As RulesEngineRangeCollection) As T
| Type | Name | Description |
|---|---|---|
| RulesEngineRangeCollection | ranges | The ranges to query the value. |
| Type | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| T | The type of value requested. |