Max Method
Max<TResult>()
an aggregator that calculates the max of the input values. Accepts null input values
Declaration
public static IAggregator<TResult> Max<TResult>()
Returns
IAggregator<TResult> | The aggregator. |
Type Parameters
TResult |
Max<TResult>(String)
an aggregator that calculates the max of the input values extracted from the given attributePath. Accepts null input values and null extracted values.
Declaration
public static IAggregator<TResult> Max<TResult>(string attributePath)
Parameters
String | attributePath | attribute Path |
Returns
IAggregator<TResult> | The aggregator. |
Type Parameters
TResult |