| Visual Basic (Declaration) | |
|---|---|
Public Property MatrixType As MatrixType | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As CSparseSolver Dim value As MatrixType instance.MatrixType = value value = instance.MatrixType | |
| C# | |
|---|---|
public MatrixType MatrixType {get; set;} | |
| C++/CLI | |
|---|---|
public: property MatrixType MatrixType { MatrixType get(); void set ( MatrixType value); } | |
Property Value
A MatrixType enumeration value specifying the matrix type.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7