This document is archived and information here might be outdated. Recommended version. |
The mean value of the historgram.
[Visual Basic .NET]
Public Property Mean As Double
[C#]
public double Mean {get; set;}
[C++]
HRESULT get_Mean(
System.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