Constructs the zero polynomial, that is, the polynomial, p(x), that
satisfies p(x) = 0 for all x.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public Polynomial() |
| Visual Basic (Declaration) |
|---|
Public Sub New |
| Visual C++ |
|---|
public: Polynomial() |