Click or drag to resize
CMATHrUnLogZ Method
Inverse of rLogZ

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
See Notes for rLogZ.
Syntax
public static double rUnLogZ(
	double d1,
	int i2,
	double d3
)

Parameters

d1
Type: SystemDouble
log value
i2
Type: SystemInt32
Log Mode (0 - Log, 1 - LogLinearLog)
d3
Type: SystemDouble
Log Minimum (must be greater than 0)

Return Value

Type: Double
The original value
See Also