IMSL C# Numerical Library

ZeroFunction.GetIterations Method 

Returns the number of iterations used to compute a root.

public int GetIterations(
   int nRoot
);

Parameters

nRoot
An int specifying the index of the root.

Return Value

An int specifying the number of iterations necessary to compute a root.

See Also

ZeroFunction Class | Imsl.Math Namespace