Click or drag to resize

PrimeFactor Constructor

Initializes a new instance of the PrimeFactor class

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PrimeFactor(
	int primeNumber,
	int power
)

Parameters

primeNumber  Int32

[Missing <param name="primeNumber"/> documentation for "M:Altaxo.Calc.PrimeFactor.#ctor(System.Int32,System.Int32)"]

power  Int32

[Missing <param name="power"/> documentation for "M:Altaxo.Calc.PrimeFactor.#ctor(System.Int32,System.Int32)"]

See Also