'Declaration Public Overloads Overridable Function GetValue( _ ByVal index As System.Integer _ ) As System.Object
'Usage Dim instance As CalcArray Dim index As System.Integer Dim value As System.Object value = instance.GetValue(index)
public virtual System.object GetValue( System.int index )
Parameters
- index
- The at which value should be get.
Return Value
Value at the specified position.