  | CMATHrUnLogZ Method  | 
 Inverse of rLogZ
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static double rUnLogZ(
	CGXNETCore gxNetShared,
	double z,
	int mode,
	double min
)
public static double rUnLogZ(
	CGXNETCore gxNetShared,
	double z,
	int mode,
	double min
)
Public Shared Function rUnLogZ ( 
	gxNetShared As CGXNETCore,
	z As Double,
	mode As Integer,
	min As Double
) As Double
Public Shared Function rUnLogZ ( 
	gxNetShared As CGXNETCore,
	z As Double,
	mode As Integer,
	min As Double
) As Double
public:
static double rUnLogZ(
	CGXNETCore^ gxNetShared, 
	double z, 
	int mode, 
	double min
)
public:
static double rUnLogZ(
	CGXNETCore^ gxNetShared, 
	double z, 
	int mode, 
	double min
)
static member rUnLogZ : 
        gxNetShared : CGXNETCore * 
        z : float * 
        mode : int * 
        min : float -> float 
static member rUnLogZ : 
        gxNetShared : CGXNETCore * 
        z : float * 
        mode : int * 
        min : float -> float 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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: 
DoubleThe original value
RemarksSee Notes for rLogZ.
See Also