Click or drag to resize
CVVLogLinear Method
Take the log10 or original value of a VV.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 log_min
)

Parameters

log_min
Type: SystemDouble
Minimum value
See Also