In This Topic
Gets the value at the specified index.
Syntax
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As Double
public double this[
int
]; {get;}
Parameters
- index
- The index of the value.
Property Value
The value at the specified index as a
System.Double.
See Also