Gets the set of roots of the Polynomial.

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function FindComplexRoots As DoubleComplex()
C#
public DoubleComplex[] FindComplexRoots ()
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.