-
#include "tensorstore/index_interval.h"
-
static Result<IndexInterval>
tensorstore::IndexInterval::Sized(Index inclusive_min, Index size); Tries to construct an interval from the specified inclusive lower bound and size.
- Returns:¶
- Error absl::StatusCode::kInvalidArgument:¶
if
!ValidSized(inclusive_min, size)
.