Gets the number of rows of the matrix that is represented by the factorization.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Rows As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As CLU
Dim value As Integer
value = instance.Rows |
| C# | |
|---|
public int Rows {get;} |
| C++/CLI | |
|---|
public:
property int Rows {
int get();
} |
Property Value
An
integer value equal to the number of columns of the factored matrix.
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also