Managed |
The ManagedFourierTransformProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| Backward(Complex, FourierTransformScaling) | Computes the inverse transform of complex double-precision spectrum data. | |
| Backward(Complex32, FourierTransformScaling) | Computes the inverse transform of complex single-precision spectrum data. | |
| BackwardMultidim(Complex, Int32, FourierTransformScaling) | Computes the inverse multidimensional transform of complex double-precision spectrum data. | |
| BackwardMultidim(Complex32, Int32, FourierTransformScaling) | Computes the inverse multidimensional transform of complex single-precision spectrum data. | |
| BackwardReal(Double, Int32, FourierTransformScaling) | Computes the inverse transform of real double-precision spectrum data. | |
| BackwardReal(Single, Int32, FourierTransformScaling) | Computes the inverse transform of real single-precision spectrum data. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Forward(Complex, FourierTransformScaling) | Computes the forward transform of complex double-precision samples. | |
| Forward(Complex32, FourierTransformScaling) | Computes the forward transform of complex single-precision samples. | |
| ForwardMultidim(Complex, Int32, FourierTransformScaling) | Computes the forward multidimensional transform of complex double-precision samples. | |
| ForwardMultidim(Complex32, Int32, FourierTransformScaling) | Computes the forward multidimensional transform of complex single-precision samples. | |
| ForwardReal(Double, Int32, FourierTransformScaling) | Computes the forward transform of real double-precision samples. | |
| ForwardReal(Single, Int32, FourierTransformScaling) | Computes the forward transform of real single-precision samples. | |
| FreeResources | Frees memory buffers, caches and handles allocated in or to the provider. Does not unload the provider itself, it is still usable afterwards. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| InitializeVerify | Initialize and verify that the provided is indeed available. If not, fall back to alternatives like the managed provider | |
| IsAvailable | Try to find out whether the provider is available, at least in principle. Verification may still fail if available, but it will certainly fail if unavailable. | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |