[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineSource.GetMinimum

GetMinimum Method

GetMinimum<T>(RulesEngineRangeCollection)

Gets the minimum value corresponding to the specified ranges and T.

Declaration
public T GetMinimum<T>(RulesEngineRangeCollection ranges)
Public Function GetMinimum(Of T)(ranges As RulesEngineRangeCollection) As T
Parameters
Type Name Description
RulesEngineRangeCollection ranges

The ranges to query the value.

Returns
Type Description
T
Type Parameters
Name Description
T

The type of value requested.