| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim elements As Array Dim builtInType As BuiltInType Dim dimensions() As Integer Dim instance As New Matrix(elements, builtInType, dimensions) | |
| C# | |
|---|---|
| public Matrix( Array elements, BuiltInType builtInType, params int[] dimensions ) | |
Parameters
- elements
- builtInType
- dimensions
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    