.NET Matrix Library
Rows Property
See Also  Send comments on this topic


Gets the number of rows of the matrix that is represented by the factorization.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Rows As Integer
C# 
public int Rows {get;}
C++/CLI 
public:
property int Rows {
   int get();
}

Property Value

An integer value equal to the number of rows of the factored matrix.

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation