Click or drag to resize

CGRID3D.GetThematicStats Method

Get Thematic Data statistics.

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

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: System.Int32
Number of valid values
num_dummies
Type: System.Int32
Number of invalid values
min
Type: System.Int32
Min value
max
Type: System.Int32
Maximum value
mean
Type: System.Int32
Mean value
stddev
Type: System.Int32
Standard Deviation
See Also