Public Property Item( _ ByVal index As Integer _ ) As
public double this[ int index ] {get;}
public: __property double^ get_Item( int index );
public: HRESULT get_Item( int index, double* ppRetVal );
public double getItem( Integer index );