| AggregatorsMinTResult Method (String) |
an aggregator that calculates the min of the input values extracted from the given attributePath.
Accepts null input values and null extracted values.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax public static IAggregator<TResult> Min<TResult>(
string attributePath
)
Public Shared Function Min(Of TResult) (
attributePath As String
) As IAggregator(Of TResult)
public:
generic<typename TResult>
static IAggregator<TResult>^ Min(
String^ attributePath
)
static member Min :
attributePath : string -> IAggregator<'TResult>
Parameters
- attributePath
- Type: SystemString
attribute Path
Type Parameters
- TResult
Return Value
Type:
IAggregatorTResultMinAggregatorTResultSee Also