Click or drag to resize

Polynomial Operators

The Polynomial type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Computes the sum of two polynomials.
Public operatorStatic memberMultiply
Computes the product of two polynomials.
Public operatorStatic memberSubtraction
Computes the difference of two polynomials.
Public operatorStatic memberUnaryNegation
Negates a polynomial.
Top
See Also