.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.