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

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 output VV will be dimensioned by the number of rows or columns in the input VV depending on the VA_AVERAGEConstant setting. Dummies are not included in the average.
Syntax
public void Average(
	CVV oVV1,
	int i2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV in which to place average results
i2
Type: SystemInt32
See VA_AVERAGEConstant
See Also