Click or drag to resize
ZerosFunctionNumberOfRoots Property
The requested number of roots to be found.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int NumberOfRoots { 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