| Visual Basic (Declaration) | |
|---|---|
<DefaultMemberAttribute("Item")> <SerializableAttribute()> Public Class Matrix | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As Matrix | |
| C# | |
|---|---|
[DefaultMemberAttribute("Item")] [SerializableAttribute()] public class Matrix | |
| C++/CLI | |
|---|---|
[DefaultMemberAttribute("Item")] [SerializableAttribute()] public ref class Matrix | |
Matrix class is used as to represent a general matrix with real number elements. Its methods can be used to perform matrix operations and data manipulation.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7