Click or drag to resize

CVVWindow Method

Limit the elements of a vv to a range.

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

public void Window(
	double min,
	double max,
	int mode
)

Parameters

min
Type: SystemDouble
Min Val
max
Type: SystemDouble
Max Val
mode
Type: SystemInt32
<define>VV_WINDOW</define>
See Also