Click or drag to resize

CVVU.AverageRepeat Method

Average repeat values.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void AverageRepeat(
	CVV ref_vv,
	CVV dat_vv
)

public static void AverageRepeat(
	CVV ref_vv,
	CVV dat_vv
)

Parameters

ref_vv
Type: GeoEngine.Core.GXNet.CVV
Reference VV
dat_vv
Type: GeoEngine.Core.GXNet.CVV
Data VV to average
Remarks
Repeated values in the reference VV will be averaged in the data VV. The first value in the data VV will be set to the average and subsequent data VV values will be dummied out. Data is processed only to the minimum length of the input VV lengths.
See Also