  | CVVInvLog Method  | 
 Inverse of the _Log_VV function.
 
    Namespace: 
   GeoEngine.Core.GXNet
    Assembly:
   geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntaxpublic void InvLog(
	int log_base,
	int log_mode,
	double log_min
)
public void InvLog(
	int log_base,
	int log_mode,
	double log_min
)
Public Sub InvLog ( 
	log_base As Integer,
	log_mode As Integer,
	log_min As Double
)
Public Sub InvLog ( 
	log_base As Integer,
	log_mode As Integer,
	log_min As Double
)
public:
void InvLog(
	int log_base, 
	int log_mode, 
	double log_min
)
public:
void InvLog(
	int log_base, 
	int log_mode, 
	double log_min
)
member InvLog : 
        log_base : int * 
        log_mode : int * 
        log_min : float -> unit 
member InvLog : 
        log_base : int * 
        log_mode : int * 
        log_min : float -> unit 
Parameters
- log_base
 - Type: SystemInt32
<define>VV_LOG_BASE</define> - log_mode
 - Type: SystemInt32
<define>VV_LOGMODE</define> - log_min
 - Type: SystemDouble
Minimum value for <define>VV_LOG_NEGATIVE</define> 
RemarksThis is the inverse function for _Log_VV, with the same inputs.
See Also