Opc.Ua.Core
ValidateDimensions(Boolean,Int32Collection,Int32) Method



Opc.Ua Namespace > Matrix Class > ValidateDimensions Method : ValidateDimensions(Boolean,Int32Collection,Int32) Method
Allow zero value dimensions
Dimensions to be validated
The limit representing the maximum array length
Validate the dimensions of a given matrix. As a side effect will bring to 0 negative dimensions. Throws ArgumentException if dimensions overflow and ServiceResultException if maxArrayLength is exceeded
Syntax
'Declaration
 
Public Overloads Shared Function ValidateDimensions( _
   ByVal allowZeroDimension As Boolean, _
   ByVal dimensions As Int32Collection, _
   ByVal maxArrayLength As Integer _
) As ValueTuple(Of Boolean,Integer)
'Usage
 
Dim allowZeroDimension As Boolean
Dim dimensions As Int32Collection
Dim maxArrayLength As Integer
Dim value As ValueTuple(Of Boolean,Integer)
 
value = Matrix.ValidateDimensions(allowZeroDimension, dimensions, maxArrayLength)

Parameters

allowZeroDimension
Allow zero value dimensions
dimensions
Dimensions to be validated
maxArrayLength
The limit representing the maximum array length

Return Value

Tuple with validation result and the calculated length of the flattended matrix
Exceptions
ExceptionDescription
The exception that is thrown when one of the arguments provided to a method is not valid.
An exception thrown when a UA defined error occurs.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Matrix Class
Matrix Members
Overload List