This document is archived and information here might be outdated. Recommended version. |
The standard deviation value of the historgram.
[Visual Basic .NET] Public Property StdDev As Double
[C#] public double StdDev {get; set;}
[C++]
HRESULT get_StdDev(
System.Double* StdDev
);
[C++]
HRESULT put_StdDev(
double StdDev
);
[C++]
Parameters StdDev [out, retval]
StdDev is a parameter of type double* StdDev [in]
StdDev is a parameter of type double