ManagedFourierTransformProvider Class |
[Missing <summary> documentation for "T:Altaxo.Calc.Providers.FourierTransform.ManagedFourierTransformProvider"]
Inheritance HierarchySystemObject Altaxo.Calc.Providers.FourierTransformManagedFourierTransformProvider Namespace: Altaxo.Calc.Providers.FourierTransformAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic sealed class ManagedFourierTransformProvider : IFourierTransformProvider
The ManagedFourierTransformProvider type exposes the following members.
Constructors
Properties
Methods | Name | Description |
---|
 | Backward(Complex, FourierTransformScaling) | |
 | Backward(Complex32, FourierTransformScaling) | |
 | BackwardMultidim(Complex, Int32, FourierTransformScaling) | |
 | BackwardMultidim(Complex32, Int32, FourierTransformScaling) | |
 | BackwardReal(Double, Int32, FourierTransformScaling) | |
 | BackwardReal(Single, Int32, FourierTransformScaling) | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
 | Forward(Complex, FourierTransformScaling) | |
 | Forward(Complex32, FourierTransformScaling) | |
 | ForwardMultidim(Complex, Int32, FourierTransformScaling) | |
 | ForwardMultidim(Complex32, Int32, FourierTransformScaling) | |
 | ForwardReal(Double, Int32, FourierTransformScaling) | |
 | ForwardReal(Single, Int32, FourierTransformScaling) | |
 | 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 | (Overrides ObjectToString) |
Top
See Also