Property Item of interface IDblArray returns/sets Value of double ...
HRESULT get_Item([in] ULONG nIndex, [out, retval] double* nItem); HRESULT put_Item([in] ULONG nIndex, [in] double nItem);
IDblArray