.NET Client Documentation
5.3.1
Search Results for

    Show / Hide Table of Contents

    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
    In this article
    • Max<TResult>()
    • Max<TResult>(string)
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.