Click or drag to resize

CFFT.SetVV Method

Sets real and imaginary VVs in FFT.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetVV(
	CVV gv_vr,
	CVV gv_vi
)

public void SetVV(
	CVV gv_vr,
	CVV gv_vi
)

Parameters

gv_vr
Type: GeoEngine.Core.GXNetX.CVV
Real component
gv_vi
Type: GeoEngine.Core.GXNetX.CVV
Imaginary component
Remarks
The VV must have been obtained from the same FFT using the SetVV_FFT method.
See Also