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


Gets the number of elements contained in the internal storage of the sparse matrix.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property NumElements As Integer
C# 
public int NumElements {get;}
C++/CLI 
public:
property int NumElements {
   int get();
}

Property Value

An integer number equal to the number of elements contained in the internal storage of the 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