  | CFFT2Fft2In Method  | 
 FFT2 transform
 
    Namespace: 
   Geosoft.Desktop.GXNetX
    Assembly:
   geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void Fft2In(
	CGXNETCore gxNetShared,
	CIMG im_gi,
	string trn_fil,
	string spc_fil
)
public static void Fft2In(
	CGXNETCore gxNetShared,
	CIMG im_gi,
	string trn_fil,
	string spc_fil
)
Public Shared Sub Fft2In ( 
	gxNetShared As CGXNETCore,
	im_gi As CIMG,
	trn_fil As String,
	spc_fil As String
)
Public Shared Sub Fft2In ( 
	gxNetShared As CGXNETCore,
	im_gi As CIMG,
	trn_fil As String,
	spc_fil As String
)
public:
static void Fft2In(
	CGXNETCore^ gxNetShared, 
	CIMG^ im_gi, 
	String^ trn_fil, 
	String^ spc_fil
)
public:
static void Fft2In(
	CGXNETCore^ gxNetShared, 
	CIMG^ im_gi, 
	String^ trn_fil, 
	String^ spc_fil
)
static member Fft2In : 
        gxNetShared : CGXNETCore * 
        im_gi : CIMG * 
        trn_fil : string * 
        spc_fil : string -> unit 
static member Fft2In : 
        gxNetShared : CGXNETCore * 
        im_gi : CIMG * 
        trn_fil : string * 
        spc_fil : string -> unit 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - im_gi
 - Type: GeoEngine.Core.GXNetXCIMG
Input image - trn_fil
 - Type: SystemString
Output Transform file name string - spc_fil
 - Type: SystemString
Output Power Spectrum file name string 
See Also