Click or drag to resize
CVARangeDouble Method
Computes the minimum and maximum range of the data, in doubles, in a vector while ignoring dummies.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void RangeDouble(
	ref double min,
	ref double max
)

Parameters

min
Type: SystemDouble
Minimum value - returned
max
Type: SystemDouble
Maximum value - returned
See Also