Click or drag to resize

CMATHrUnLogZ Method

Inverse of rLogZ

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static double rUnLogZ(
	double z,
	int mode,
	double min
)

public static double rUnLogZ(
	double z,
	int mode,
	double min
)

Parameters

z
Type: SystemDouble
Log value
mode
Type: SystemInt32
Log Mode (0 - Log, 1 - LogLinearLog)
min
Type: SystemDouble
Log Minimum (must be greater than 0)

Return Value

Type: Double
The original value
Remarks
See Notes for rLogZ.
See Also