Click or drag to resize
CFFTSetVV Method
Sets real and imaginary VVs in FFT.

Available since Oasis montaj version: 5.0.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The VV must have been obtained from the same FFT using the SetVV_FFT method.
Syntax
public void SetVV(
	CVV oVV1,
	CVV oVV2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
real component
oVV2
Type: GeoEngine.Core.GXNetCVV
imaginary component
See Also