Given an index, returns the element in the collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal index As Integer _ ) As Double |
[C#] |
---|
public double this[ int index ] {get;} |
[Managed C++] |
---|
public: __property double^ get_Item( int index ); |
[Java] |
---|
public double getItem( Integer index ); |
- index