-
#include "tensorstore/index_interval.h"
- constexpr Index tensorstore::IndexIntervalRef::inclusive_max() const;
Returns the inclusive upper bound of the interval.
- Returns:¶
inclusive_min() + size() - 1
.
#include "tensorstore/index_interval.h"
Returns the inclusive upper bound of the interval.
inclusive_min() + size() - 1
.