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


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

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Size As Integer
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

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation