Gets the set of roots of the Polynomial.

Namespace: Extreme.Mathematics.Curves
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

Visual Basic (Declaration)
Public Function FindComplexRoots As DoubleComplex()
C#
public DoubleComplex[] FindComplexRoots ()
Visual C++
public:
array<DoubleComplex>^ FindComplexRoots ()

Return Value

An array containing the DoubleComplex roots of the Polynomial.

Remarks

A polynomial of degree n has exactly n complex roots.