init(previous:count:direction:transformType:ofType:)
Initializes a new discrete Fourier transform instance.
Declaration
init?(previous: vDSP.DFT<T>? = nil, count: Int, direction: vDSP.FourierTransformDirection, transformType: vDSP.DFTTransformType, ofType: T.Type)