Click or drag to resize
CVVLog Method
Apply log to the vv.

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 value will be defaulted to 1.0 if it is 0.0 or less than 0.0
Syntax
public void Log(
	int i1,
	int i2,
	double d3
)

Parameters

i1
Type: SystemInt32
See VV_LOG_BASEConstant
i2
Type: SystemInt32
See VV_LOG_NEGATIVEConstant
d3
Type: SystemDouble
minimum value for VV_LOG_NEGATIVEConstant
See Also