Item Property (DoubleCollection)
Gets or sets the double value at the specified index.
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As Double
'Usage
Dim instance As DoubleCollection
Dim index As Integer
Dim value As Double
instance.Item(index) = value
value = instance.Item(index)
Parameters
- index
- Index of the double value.
Property Value
Double value.