  | CMATHrLog Method  | 
 Calculate the natural log
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static double rLog(
	CGXNETCore gxNetShared,
	double val
)
public static double rLog(
	CGXNETCore gxNetShared,
	double val
)
Public Shared Function rLog ( 
	gxNetShared As CGXNETCore,
	val As Double
) As Double
Public Shared Function rLog ( 
	gxNetShared As CGXNETCore,
	val As Double
) As Double
public:
static double rLog(
	CGXNETCore^ gxNetShared, 
	double val
)
public:
static double rLog(
	CGXNETCore^ gxNetShared, 
	double val
)
static member rLog : 
        gxNetShared : CGXNETCore * 
        val : float -> float 
static member rLog : 
        gxNetShared : CGXNETCore * 
        val : float -> float 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - val
 - Type: SystemDouble
Real 
Return Value
Type: 
DoubleReal
RemarksDummy values return dummy
See Also