.NET Matrix Library
Status Property
See Also  Send Feedback



Returns the status of the solver.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Status As SolverStatus
Visual Basic (Usage)Copy Code
Dim instance As CSparseSolver
Dim value As SolverStatus
 
value = instance.Status
C# 
public SolverStatus Status {get;}
C++/CLI 
public:
property SolverStatus Status {
   SolverStatus get();
}

Property Value

A SolverStatus value that describes the status of the solver.

Remarks

Any value for the Status property different than SolverStatus.Success indicates and error. Check this property after the Solve method has been used.

Requirements

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

See Also

.NET Matrix Library