Click or drag to resize
CVVLogLinear Method
Take the log10 or original value of a 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
If the data is in the range +/- minimum value, it is left alone. Otherwise, the result is calculated as d = dMin * (log10(fabs(d)/dMin)+1.0) Sign is reapplied to d. Minimum value will be defaulted to 1.0 if it is negative or 0.
Syntax
public void LogLinear(
	double d1
)

Parameters

d1
Type: SystemDouble
minimum value
See Also