.NET Matrix Library
Cols Property
See Also  Send Feedback



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

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Cols As Integer
Visual Basic (Usage)Copy Code
Dim instance As CLU
Dim value As Integer
 
value = instance.Cols
C# 
public int Cols {get;}
C++/CLI 
public:
property int Cols {
   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

.NET Matrix Library