This document is archived and information here might be outdated. Recommended version. |
Computes stats and histogram from a given Raster.
[Visual Basic .NET] Public Sub QueryStats ( _ ByRef Min As Double, _ ByRef Max As Double, _ ByRef Mean As Double, _ ByRef StdDev As Double _ )
[C#] public void QueryStats ( ref double Min, ref double Max, ref double Mean, ref double StdDev );
[C++]
HRESULT QueryStats(
System.Double* Min,
System.Double* Max,
System.Double* Mean,
System.Double* StdDev
);
[C++]
Parameters Min [out]
Min is a parameter of type double* Max [out]
Max is a parameter of type double* Mean [out]
Mean is a parameter of type double* StdDev [out]
StdDev is a parameter of type double*