CVector::GetAt

double GetAt( int nIndex ) const;

Return Value

The vector element currently at this index.

Parameters

nIndex

An integer index that is greater than or equal to 1 and less than or equal to the value returned by GetSize.

Remarks

Returns the vector element at the specified index.

Note   Passing a negative value or a value greater than the value returned will result in return 0;

CVecor OverviewClass Members

See Also  CVector::SetAt