Polynomial<T>.Addition Operator
Adds two polynomials.
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
A Polynomial<T> that is the sum of the two operands.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public static Polynomial<T> operator +(
Polynomial<T> polynomial1,
Polynomial<T> polynomial2
)
Parameters
- polynomial1 Polynomial<T>
- The first Polynomial<T>.
- polynomial2 Polynomial<T>
- The second Polynomial<T>.
Return Value
Polynomial<T>A Polynomial<T> that is the sum of the two operands.