ArcObjects Library Reference (GeoDatabaseExtensions)  

ISimpleStatistics.Mean Property

The mean value.

[Visual Basic .NET]
Public ReadOnly Property Mean As Double
[C#]
public double Mean {get;}
[C++]
HRESULT get_Mean(
  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