CArray::GetUpperBound

This member function retrieves the current upper bound of this array. Because array indexes are zero-based, this function returns a value 1 less than GetSize.

Syntax

int GetUpperBound( ) const;

At a Glance

Header file: Afxtempl.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CArray Overview, CArray Member Functions, CArray::GetSize, CArray::SetSize