GraphIRFFT3D Method |
Namespace: Emgu.TF
public Operation IRFFT3D( Output input, Output fft_length, Nullable<DataType> Treal = null, string opName = "IRFFT3D" )
Public Function IRFFT3D ( input As Output, fft_length As Output, Optional Treal As Nullable(Of DataType) = Nothing, Optional opName As String = "IRFFT3D" ) As Operation
public: Operation^ IRFFT3D( Output^ input, Output^ fft_length, Nullable<DataType> Treal = nullptr, String^ opName = L"IRFFT3D" )
member IRFFT3D : input : Output * fft_length : Output * ?Treal : Nullable<DataType> * ?opName : string (* Defaults: let _Treal = defaultArg Treal null let _opName = defaultArg opName "IRFFT3D" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,