 | CMATHrUnLogZ Method |
Inverse of rLogZ
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static double rUnLogZ(
double z,
int mode,
double min
)
public static double rUnLogZ(
double z,
int mode,
double min
)
Public Shared Function rUnLogZ (
z As Double,
mode As Integer,
min As Double
) As Double
Public Shared Function rUnLogZ (
z As Double,
mode As Integer,
min As Double
) As Double
public:
static double rUnLogZ(
double z,
int mode,
double min
)
public:
static double rUnLogZ(
double z,
int mode,
double min
)
static member rUnLogZ :
z : float *
mode : int *
min : float -> float
static member rUnLogZ :
z : float *
mode : int *
min : float -> float
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:
DoubleThe original value
RemarksSee Notes for rLogZ.
See Also