Click or drag to resize

CMATHrLog10 Method

Calculate the base 10 log

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static double rLog10(
	double val
)

public static double rLog10(
	double val
)

Parameters

val
Type: SystemDouble
Real

Return Value

Type: Double
Real
Remarks
Dummy values return dummy
See Also