 | 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
Syntaxpublic void Window(
int start,
int count,
CVV vv
)
public void Window(
int start,
int count,
CVV vv
)
Public Sub Window (
start As Integer,
count As Integer,
vv As CVV
)
Public Sub Window (
start As Integer,
count As Integer,
vv As CVV
)
public:
void Window(
int start,
int count,
CVV^ vv
)
public:
void Window(
int start,
int count,
CVV^ vv
)
member Window :
start : int *
count : int *
vv : CVV -> unit
member Window :
start : int *
count : int *
vv : CVV -> unit
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