.NET Matrix Library
Succeeded Property
See Also  Send Feedback



Indicates whether the all singular values were calculated successfully.

Syntax

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

Property Value

true if all singular values were calculated successfully; otherwise false.

Requirements

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

See Also

.NET Matrix Library