Returns the number of zeros found.

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

Syntax

C#
public virtual int NumberOfRootsFound { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property NumberOfRootsFound As Integer
Visual C++
public:
virtual property int NumberOfRootsFound {
	int get ();
}

Return Value

An int containing the number of roots found.

See Also