Click or drag to resize
ZeroPolynomialGetRoot Method
Returns a zero of the polynomial.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Complex GetRoot(
	int index
)

Parameters

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

Return Value

Type: Complex
A Complex which represents the index-th root of the polynomial.
See Also