Click or drag to resize
CVVUAverageRepeatEx Method
Average repeat values.

Available since Oasis montaj version: 8.0.1
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Repeated values in the reference VV will be set to the mean, median, minimum or maximum value in the data VV. For minimum and maximum, the index in the data VV containing the minimum or maximum value is retained, and the other repeated values are dummied out. For mean and median, the first value in the data VV will be reset and subsequent data VV values will be dummied out. Data is processed only to the minimum length of the input VV lengths.
Syntax
public static void AverageRepeatEx(
	CVV oVV1,
	CVV oVV2,
	int i3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
reference VV
oVV2
Type: GeoEngine.Core.GXNetCVV
data VV to average
i3
Type: SystemInt32
See VVU_MODEConstant
See Also