'Usage
Dim instance As ElasticVector Dim index As Integer Dim value As Object value = instance.GetAt(index)
Parameters
- index
- The index of the element to get.
Return Value
The element with the specified index.
'Usage
Dim instance As ElasticVector Dim index As Integer Dim value As Object value = instance.GetAt(index)
The elasticity dot not apply in this method. The index must fall into the current bounds of the elastic vector.