ZeroPolynomialGetRoot Method |
Returns a zero of the polynomial.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Complex GetRoot(
int index
)
Public Function GetRoot (
index As Integer
) As Complex
public:
Complex GetRoot(
int index
)
member GetRoot :
index : int -> Complex
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