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