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


Gets or sets the number of sparse matrix rows.

Syntax

Visual Basic (Declaration) 
Public Overridable Property Rows As Integer
C# 
public virtual int Rows {get; set;}
C++/CLI 
public:
virtual property int Rows {
   int get();
   void set (    int value);
}

Property Value

An integer equal to the number of matrix rows.

Remarks

Setting Rows property to a new value resizes the 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