This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStatsHistogram Interface > IStatsHistogram.Mean Property (ArcObjects .NET 10.4 SDK) |
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