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