.NET Matrix Library
StoppingTolerance Property
See Also  Send Feedback



Specifies the allowable tolerance of the computed solution.

Syntax

Visual Basic (Declaration) 
Public Property StoppingTolerance As Double
Visual Basic (Usage)Copy Code
Dim instance As SparseSolver
Dim value As Double
 
instance.StoppingTolerance = value
 
value = instance.StoppingTolerance
C# 
public double StoppingTolerance {get; set;}
C++/CLI 
public:
property double StoppingTolerance {
   double get();
   void set (    double value);
}

Property Value

A double value.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library