'Declaration Public Function GetMinimum(Of T)( _ ByVal ranges As RulesEngineRangeCollection _ ) As T
public T GetMinimum<T>( RulesEngineRangeCollection ranges )
Parameters
- ranges
- The ranges to query the value.
Type Parameters
- T
- The type of value requested.