ZeroPolynomialGetRoots Method |
Returns the zeros of the polynomial.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Complex[] GetRoots()
Public Function GetRoots As Complex()
public:
array<Complex>^ GetRoots()
member GetRoots : unit -> Complex[]
Return Value
Type:
Complex
A
Complex array containing the roots of the polynomial.
See Also