This document is archived and information here might be outdated. Recommended version. |
Makes a normally distributed raster.
[Visual Basic .NET] Public Function MakeNormal ( _ ) As IGeoDataset
[C#] public IGeoDataset MakeNormal ( );
[C++]
HRESULT MakeNormal(
void
);
creates a grid with randomly dispersed values of a normal distribution on a cell-by-cell basis within the analysis window.
Arguments
There are no arguments with the NORMAL function. The output is a Raster object of the same extent and cell size as the current analysis environment.