| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Succeeded As Boolean | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As Cholesky Dim value As Boolean value = instance.Succeeded | |
| C# | |
|---|---|
public bool Succeeded {get;} | |
Property Value
true if the factorization was successful; otherwise false.
Check the Succeeded property before using the factorization for further computations.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7