EasyUA Reference
Matrix Constructor(Array,BuiltInType,Int32[])
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > Matrix Class > Matrix Constructor : Matrix Constructor(Array,BuiltInType,Int32[])

elements
builtInType
dimensions

Glossary Item Box

Initializes the matrix with a one dimensional array and a list of dimensions.

Syntax

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

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.