ZerosFunctionNumberOfRoots Property |
The requested number of roots to be found.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int NumberOfRoots { get; set; }
Public Overridable Property NumberOfRoots As Integer
Get
Set
public:
virtual property int NumberOfRoots {
int get ();
void set (int value);
}
abstract NumberOfRoots : int with get, set
override NumberOfRoots : int with get, set
Property Value
Type:
Int32
An
int containing the number of roots to be
found.
NumberOfRoots must be greater than or
equal to zero.
Default: NumberOfRoots=1.
See Also