Polynomial.Inequality Operator
Compares two Polynomial objects for
inequality.
DefinitionPermalink
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
true if the two polynomials are different; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public static bool operator !=(
Polynomial polynomial1,
Polynomial polynomial2
)
ParametersPermalink
- polynomial1 Polynomial
- The first Polynomial.
- polynomial2 Polynomial
- The second Polynomial.
Return ValuePermalink
Booleantrue if the two polynomials are different; otherwise false.