Pfa |
The Pfa235FFT type exposes the following members.
| Name | Description | |
|---|---|---|
| CanFactorized | Test if the number n can be factorized into powers of 2, 3 and 5. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Factorize | Factorize the number into powers of 2, 3, and 5 | |
| FFT | Performs an in-place complex forward or inverse FFT using separate real and imaginary arrays. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| RealFFT | Performs two one-dimensional real FFTs by packing them into a single complex transform. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |