Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineSource Class / GetMaximum<T> Method
The type of value requested.
The ranges to query the value.

In This Topic
    GetMaximum<T> Method
    In This Topic
    Gets the maximum value corresponding to the specified ranges and T.
    Syntax
    'Declaration
     
    Public Function GetMaximum(Of T)( _
       ByVal ranges As RulesEngineRangeCollection _
    ) As T
    public T GetMaximum<T>( 
       RulesEngineRangeCollection ranges
    )

    Parameters

    ranges
    The ranges to query the value.

    Type Parameters

    T
    The type of value requested.
    See Also