.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    DoubleAvg Method

    DoubleAvg()

    Averages double input values (does not accept nulls).

    Declaration
    public static IAggregator<double> DoubleAvg()
    Returns
    IAggregator<double>

    The aggregator.

    DoubleAvg(string)

    Averages double input values (does not accept nulls).

    Declaration
    public static IAggregator<double> DoubleAvg(string attributePath)
    Parameters
    string attributePath

    An attribute path.

    Returns
    IAggregator<double>

    The aggregator.

    Remarks

    Values are extracted from the specified attributePath.

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.