Opc.Ua.Core
ValidateDimensions(Int32Collection) Method



Opc.Ua Namespace > Matrix Class > ValidateDimensions Method : ValidateDimensions(Int32Collection) Method
Collection of dimensions
Validate that dimensions do not overflow
Syntax
'Declaration
 
Public Overloads Shared Function ValidateDimensions( _
   ByVal dimensions As Int32Collection _
) As ValueTuple(Of Boolean,Integer)
'Usage
 
Dim dimensions As Int32Collection
Dim value As ValueTuple(Of Boolean,Integer)
 
value = Matrix.ValidateDimensions(dimensions)
public static ValueTuple<bool,int> ValidateDimensions( 
   Int32Collection dimensions
)
public:
static ValueTuple<bool,int> ValidateDimensions( 
   Int32Collection^ dimensions
) 

Parameters

dimensions
Collection of dimensions

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