 | 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
Syntaxpublic void Window2(
double start,
double end,
CVV vv
)
public void Window2(
double start,
double end,
CVV vv
)
Public Sub Window2 (
start As Double,
end As Double,
vv As CVV
)
Public Sub Window2 (
start As Double,
end As Double,
vv As CVV
)
public:
void Window2(
double start,
double end,
CVV^ vv
)
public:
void Window2(
double start,
double end,
CVV^ vv
)
member Window2 :
start : float *
end : float *
vv : CVV -> unit
member Window2 :
start : float *
end : float *
vv : CVV -> unit
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