Click or drag to resize

CVAAverage Method

Average elements in a VA by row or column

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void Average(
	CVV vv,
	int rc
)

public void Average(
	CVV vv,
	int rc
)

Parameters

vv
Type: GeoEngine.Core.GXNetXCVV
VV in which to place average results
rc
Type: SystemInt32
<define>VA_AVERAGE</define>
Remarks
The output VV will be dimensioned by the number of rows or columns in the input VV depending on the <define>VA_AVERAGE</define> setting. Dummies are not included in the average.
See Also