This document is archived and information here might be outdated.  Recommended version.


IStatisticsResults.Mean Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStatisticsResults Interface > IStatisticsResults.Mean Property
ArcGIS Developer Help

IStatisticsResults.Mean Property

The arithmetic mean.

[Visual Basic .NET]
Public ReadOnly Property Mean As Double
[C#]
public double Mean {get;}
[C++]
HRESULT get_Mean(
  System.Double* Mean
);
[C++]
Parameters
Mean [out, retval]

Mean is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the arithmetic Mean of all the data values in the BaseStatistics. Use this property when IGenerateStatistics.SimpleStats is set to true.

See Also

IStatisticsResults Interface