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


Gets or sets the number of sparse matrix columns.

Syntax

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

Property Value

An integer equal to the number of matrix columns.

Remarks

Setting the Cols property to a new value causes the sparse matrix to resize.

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