Click or drag to resize

Pfa235FFTCanFactorized Method

Test if the number n can be factorized into powers of 2, 3 and 5.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool CanFactorized(
	int n
)

Parameters

n  Int32
The number to test.

Return Value

Boolean
True if n can be factorized into powers of 2, 3 and 5, or false if not.
See Also