Click or drag to resize

PolynomialUnaryNegation Operator

Negates a polynomial.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static Polynomial operator -(
	Polynomial p
)

Parameters

p
Type: Meta.NumericsPolynomial
The polynomial.

Return Value

Type: Polynomial
The additive inverse of the polynomial.
Exceptions
ExceptionCondition
ArgumentNullExceptionp is null.
See Also