ArcObjects Library Reference (DataSourcesRaster)  

IStatsHistogram.Mean Property

The mean value of the historgram.

[Visual Basic .NET]
Public Property Mean As Double
[C#]
public double Mean {get; set;}
[C++]
HRESULT get_Mean(
  double* Mean
);
[C++]
HRESULT put_Mean(
  double Mean
);
[C++]

Parameters

Mean [out, retval]   Mean is a parameter of type double Mean [in]   Mean is a parameter of type double

Product Availability

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

See Also

IStatsHistogram Interface