Click or drag to resize

CITRLogLinear Method

Calculate a log transform.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void LogLinear(
	double min,
	double max,
	double contour
)

public void LogLinear(
	double min,
	double max,
	double contour
)

Parameters

min
Type: SystemDouble
Minimum ( > 0)
max
Type: SystemDouble
Maximum ( > minimum)
contour
Type: SystemDouble
Color contour interval or dummy for none
Remarks
The function name is a misnomer. This is a pure log transform.
See Also