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


ISimpleStatistics.Mean Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IS > ISimpleStatistics Interface > ISimpleStatistics.Mean Property
ArcGIS Developer Help

ISimpleStatistics.Mean Property

The mean value.

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

pMean is a parameter of type double*

Product Availability

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

See Also

ISimpleStatistics Interface