This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStockFrequencyDistributionHistogram Interface > IStockFrequencyDistributionHistogram.GetNormalDistribution Method (ArcObjects .NET 10.4 SDK) |
Returns a histogram containing a specified number of bins describing a normal/gaussian distribution with a specified mean and standard deviation.
[Visual Basic .NET] Public Function GetNormalDistribution ( _ ByVal nBins As Integer, _ ByVal Mean As Double, _ ByVal StdDev As Double _ ) As IRasterHistogram
[C#] public IRasterHistogram GetNormalDistribution ( int nBins, double Mean, double StdDev );
[C++]
HRESULT GetNormalDistribution(
long nBins,
double Mean,
double StdDev,
IRasterHistogram** ppHistogram
);
[C++]
Parameters nBins [in] nBins is a parameter of type long Mean [in] Mean is a parameter of type double StdDev [in] StdDev is a parameter of type double ppHistogram [out, retval]
ppHistogram is a parameter of type IRasterHistogram