'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