[]
Gets the minimum value corresponding to the specified ranges and T.
public T GetMinimum<T>(RulesEngineRangeCollection ranges)
Public Function GetMinimum(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. |