Click or drag to resize

CVAWindow Method

Window a VA to a VV based in intergral frame

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void Window(
	int start,
	int count,
	CVV vv
)

public void Window(
	int start,
	int count,
	CVV vv
)

Parameters

start
Type: SystemInt32
First element in the window
count
Type: SystemInt32
Number of elements in the window
vv
Type: GeoEngine.Core.GXNetXCVV
VV in which to place results
Remarks
The defined window must be within the VA element dimensions. The windowed result will be the simple sum of all values in the window. If any values are dummy, the result will be dummy.
See Also