This document is archived and information here might be outdated. Recommended version. |
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
);
[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