This document is archived and information here might be outdated.  Recommended version.


IStatisticsResults.StandardDeviation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStatisticsResults Interface > IStatisticsResults.StandardDeviation Property
ArcGIS Developer Help

IStatisticsResults.StandardDeviation Property

The standard deviation, based on sample flag.

[Visual Basic .NET]
Public ReadOnly Property StandardDeviation As Double
[C#]
public double StandardDeviation {get;}
[C++]
HRESULT get_StandardDeviation(
  System.Double* stdDev
);
[C++]
Parameters
stdDev [out, retval]

stdDev is a parameter of type double*

Product Availability

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

Description

Returns the StandardDeviation of all the data values in the BaseStatistics. 

If your data is a sample of the real data, you should indicate so with IGenerateStatistics::Sample before calling StandardDeviation.

Remarks

By default it returns the Sample Standard Deviation.

See Also

IStatisticsResults Interface | IGenerateStatistics.Sample Property