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

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

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

Parameters

gv_vr
Type: GeoEngine.Core.GXNetXCVV
Real component
gv_vi
Type: GeoEngine.Core.GXNetXCVV
Imaginary component
See Also