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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If the <define>IMU_STAT_FORCED</define> value is set, the statistics will be recalculated. Statistics are returned in the parameter set.
Syntax
public static void GridStatExt(
	CGXNETCore gxNetShared,
	string grid,
	int force,
	ref int items,
	ref int dums,
	ref double min,
	ref double max,
	ref double mean,
	ref double stddev
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid
Type: SystemString
Name of the grid to get stats from
force
Type: SystemInt32
<define>IMU_STAT_FORCED</define>
items
Type: SystemInt32
Number of valid elements in grid
dums
Type: SystemInt32
Number of dummies in grid
min
Type: SystemDouble
Minimum grid value
max
Type: SystemDouble
Maximum grid value
mean
Type: SystemDouble
Grid mean
stddev
Type: SystemDouble
Grid standard deviation
See Also