Interface IAverageAggregate
Provides an Average getter.
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public interface IAverageAggregate
Properties
Average
Gets the average.
Declaration
double Average { get; }
Property Value
Type |
---|
System.Double |