Click or drag to resize
CVVInvLog Method
Inverse of the Log_VV function.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This is the inverse function for Log_VV, with the same inputs. NEGATIVE_NO - will not return values smaller than the input minimum NEGATIVE_YES - if the data is in the range +/- minimum, it is left alone. Otherwise, the sign is removed, the minimum is subtracted, the log of the minimum is added, and the exponential (base e or base 10) is taken of the sum. The sign is then reapplied. Minimum value will be defaulted to 1.0 if it is 0.0 or less than 0.0
Syntax
public void InvLog(
	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