Click or drag to resize
CITRLogLinear Method
Calculate a log transform.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The function name is a misnomer. This is a pure log transform.
Syntax
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
See Also