.NET Matrix Library
Size Property
See Also  Send Feedback



Gets the size of the matrix that is represented by the factorization.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Size As Integer
Visual Basic (Usage)Copy Code
Dim instance As Cholesky
Dim value As Integer
 
value = instance.Size
C# 
public int Size {get;}
C++/CLI 
public:
property int Size {
   int get();
}

Property Value

An integer value equal to the size of the original 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