Click or drag to resize
CVAWindow2 Method
Window a VA to a VV based on fractional frame

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 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.
Syntax
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
See Also