Click or drag to resize

PolynomialAddition Operator

Computes the sum of two polynomials.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static Polynomial operator +(
	Polynomial p1,
	Polynomial p2
)

Parameters

p1
Type: Meta.NumericsPolynomial
The first polynomial.
p2
Type: Meta.NumericsPolynomial
The second polynomial.

Return Value

Type: Polynomial
The sum polynomial.
Exceptions
ExceptionCondition
ArgumentNullExceptionp1 or p2 is null.
See Also