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

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 d1,
	double d2,
	CVV oVV3
)

Parameters

d1
Type: SystemDouble
start point (from 0.0)
d2
Type: SystemDouble
end point (< VA elements - 1.0)
oVV3
Type: GeoEngine.Core.GXNetCVV
VV in which to place results
See Also