Click or drag to resize
CVVDivide Method
Divide one VV by another: VV_A / VV_B = VV_C

Available since Oasis montaj version: 5.0.8
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void Divide(
	CVV oVV1,
	CVV oVV2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV B
oVV2
Type: GeoEngine.Core.GXNetCVV
VV C (returned), C = A / B
See Also