Click or drag to resize

CITRLinear Method

Calculate a linear transform.

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

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

Parameters

min
Type: SystemDouble
Minimum
max
Type: SystemDouble
Maximum
contour
Type: SystemDouble
Color contour interval or dummy for none
See Also