Click or drag to resize
CVVRangeDouble Method
Get the min. and max. values of a VV 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)
Notes
Minimum and maximum become <define>GS_R8DM</define> if entire VV is dummy.
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