Pfa235FFTCanFactorized Method |
Test if the number n can be factorized into powers of 2, 3 and 5.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool CanFactorized(
int n
)
Parameters
- n Int32
- The number to test.
Return Value
BooleanTrue if n can be factorized into powers of 2, 3 and 5, or false if not.
See Also