ZerosFunctionNumberOfRootsFound Property |
Returns the number of zeros found.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int NumberOfRootsFound { get; }
Public Overridable ReadOnly Property NumberOfRootsFound As Integer
Get
public:
virtual property int NumberOfRootsFound {
int get ();
}
abstract NumberOfRootsFound : int with get
override NumberOfRootsFound : int with get
Return Value
Type:
Int32
An
int containing the number of roots found.
See Also