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