Polynomial(Int32) Constructor |
Create a zero-polynomial with a coefficient array of the given length.
An array of length N can support polynomials of a degree of at most N-1.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Polynomial(
int n
)
Parameters
- n Int32
- Length of the coefficient array
See Also