[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document provides reference information for the `StructuredAggregationQuery.Types.Aggregation.Types.Avg` class in the Firestore v1 API for .NET, covering versions from 2.3.0 to 3.10.0 with 3.10.0 being the latest."],["The `Avg` class calculates the average of numeric values within a specified field, skipping over any non-numeric values or nulls, and is a part of the Google.Cloud.Firestore.V1 namespace."],["The aggregation of `Avg` will return `NaN` if any of the values are `NaN`, follow the IEEE-754 standards for infinity math, and will return `NULL` when there are no values to aggregate."],["The `Avg` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting members from the base object class."],["The `Avg` class contains a constructor and a property, `Field`, allowing specification of the field to be aggregated using a `StructuredQuery.Types.FieldReference` object."]]],[]]