Click or drag to resize
CIMUGridStatExt Method
Reports statistics of a grid's elements.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the IMU_STAT_FORCEDConstant value is set, the statistics will be recalculated. Statistics are returned in the parameter set.
Syntax
public static void GridStatExt(
	string str1,
	int i2,
	ref int i3,
	ref int i4,
	ref double d5,
	ref double d6,
	ref double d7,
	ref double d8
)

Parameters

str1
Type: SystemString
Name of the grid to get stats from
i2
Type: SystemInt32
See IMU_STAT_FORCEDConstant
i3
Type: SystemInt32
Number of valid elements in grid
i4
Type: SystemInt32
Number of dummies in grid
d5
Type: SystemDouble
Minimum grid value
d6
Type: SystemDouble
Maximum grid value
d7
Type: SystemDouble
Grid mean
d8
Type: SystemDouble
Grid standard deviation
See Also