The requested number of roots to be found.

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

Syntax

C#
public virtual int NumberOfRoots { get; set; }
Visual Basic (Declaration)
Public Overridable Property NumberOfRoots As Integer
Visual C++
public:
virtual property int NumberOfRoots {
	int get ();
	void set (int value);
}

Field Value

An int containing the number of roots to be found. NumberOfRoots must be greater than or equal to zero.

Default: NumberOfRoots=1.

See Also