Click or drag to resize

ManagedFourierTransformProvider Class

[Missing <summary> documentation for "T:Altaxo.Calc.Providers.FourierTransform.ManagedFourierTransformProvider"]

Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Providers.FourierTransformManagedFourierTransformProvider

Namespace: Altaxo.Calc.Providers.FourierTransform
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public sealed class ManagedFourierTransformProvider : IFourierTransformProvider

The ManagedFourierTransformProvider type exposes the following members.

Constructors
 NameDescription
Public methodManagedFourierTransformProviderInitializes a new instance of the ManagedFourierTransformProvider class
Top
Properties
 NameDescription
Public propertyStatic memberInstance 
Top
Methods
 NameDescription
Public methodBackward(Complex, FourierTransformScaling) 
Public methodBackward(Complex32, FourierTransformScaling) 
Public methodBackwardMultidim(Complex, Int32, FourierTransformScaling) 
Public methodBackwardMultidim(Complex32, Int32, FourierTransformScaling) 
Public methodBackwardReal(Double, Int32, FourierTransformScaling) 
Public methodBackwardReal(Single, Int32, FourierTransformScaling) 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodForward(Complex, FourierTransformScaling) 
Public methodForward(Complex32, FourierTransformScaling) 
Public methodForwardMultidim(Complex, Int32, FourierTransformScaling) 
Public methodForwardMultidim(Complex32, Int32, FourierTransformScaling) 
Public methodForwardReal(Double, Int32, FourierTransformScaling) 
Public methodForwardReal(Single, Int32, FourierTransformScaling) 
Public methodFreeResources Frees memory buffers, caches and handles allocated in or to the provider. Does not unload the provider itself, it is still usable afterwards.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitializeVerify Initialize and verify that the provided is indeed available. If not, fall back to alternatives like the managed provider
Public methodIsAvailable 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.
Public methodToString
(Overrides ObjectToString)
Top
See Also