| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function Rank( _ ByVal tolerance As Double _ ) As Integer | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As CSVD Dim tolerance As Double Dim value As Integer value = instance.Rank(tolerance) | |
Parameters
- tolerance
- A double specifying the value under which the singular values of the matrix are considered to be zero.
Return Value
An integer value representing the matrix rank.The matrix rank is defined as the number of its nonzero singular values.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7