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.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Minimum and maximum become GS_R8DM if entire VV is dummy.
Syntax
public void RangeDouble(
	ref double d1,
	ref double d2
)

Parameters

d1
Type: SystemDouble
minimum value - returned
d2
Type: SystemDouble
maximum value - returned
See Also