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

elements
builtInType
dimensions

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal elements As Array, _
   ByVal builtInType As BuiltInType, _
   ByVal ParamArray dimensions() As Integer _
)
C# 
public Matrix( 
   Array elements,
   BuiltInType builtInType,
   params int[] dimensions
)

Parameters

elements
builtInType
dimensions

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.