QuickOPC User's Guide and Reference
ElasticVector Constructor(Int32,Int32)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections Namespace > ElasticVector Class > ElasticVector Constructor : ElasticVector Constructor(Int32,Int32)
Initializes a new instance of the elastic vector with specified lower bound and length.
Syntax
'Declaration
 
Public Function New( _
   ByVal lowerBound As Integer, _
   ByVal length As Integer _
)
'Usage
 
Dim lowerBound As Integer
Dim length As Integer
 
Dim instance As New ElasticVector(lowerBound, length)
public ElasticVector( 
   int lowerBound,
   int length
)
public:
ElasticVector( 
   int lowerBound,
   int length
)

Parameters

lowerBound
length
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also