Click or drag to resize
CGRID3DGetThematicStats Method
Get Thematic Data statistics.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void GetThematicStats(
	ref int num_valid,
	ref int num_dummies,
	ref int min,
	ref int max,
	ref int mean,
	ref int stddev
)

Parameters

num_valid
Type: SystemInt32
Number of valid values
num_dummies
Type: SystemInt32
Number of invalid values
min
Type: SystemInt32
Min value
max
Type: SystemInt32
Maximum value
mean
Type: SystemInt32
Mean value
stddev
Type: SystemInt32
Standard Deviation
See Also