Click or drag to resize
CGRID3DGetDoubleStats Method
Get Double 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 GetDoubleStats(
	ref int num_valid,
	ref int num_dummies,
	ref double min,
	ref double max,
	ref double mean,
	ref double stddev
)

Parameters

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