Click or drag to resize

CVAWindow2 Method

Window a VA to a VV based on fractional frame

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void Window2(
	double start,
	double end,
	CVV vv
)

public void Window2(
	double start,
	double end,
	CVV vv
)

Parameters

start
Type: SystemDouble
Start point (from 0.0)
end
Type: SystemDouble
End point (< VA elements - 1.0)
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