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


Gets or sets the number of rows of the current matrix.

Syntax

Visual Basic (Declaration) 
<XmlIgnoreAttribute()>
Public Property Rows As Integer
C# 
[XmlIgnoreAttribute()]
public int Rows {get; set;}
C++/CLI 
[XmlIgnoreAttribute()]
public:
property int Rows {
   int get();
   void set (    int value);
}

Property Value

An integer equal to the number of the matrix rows.

Remarks

Setting the Rows property to a new value causes the Matrix to resize. This has the same effect as calling the Resize method.

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