.NET Matrix Library
Size Property
See Also  Send Feedback



Gets the size of matrix that is represented by this eigen decomposition.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Size As Integer
Visual Basic (Usage)Copy Code
Dim instance As CSymEigen
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 decomposed 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