Click or drag to resize
CVAAverage Method
Average elements in a VA by row or column

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