Returns a zero of the polynomial.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public Complex GetRoot(
	int index
)
Visual Basic (Declaration)
Public Function GetRoot ( _
	index As Integer _
) As Complex
Visual C++
public:
Complex GetRoot(
	int index
)

Parameters

index
Type: System..::.Int32
An int which specifies the (0-based) index of the root to be returned.

Return Value

A Complex which represents the index-th root of the polynomial.

See Also