-
#include "tensorstore/index_interval.h"
- constexpr bool tensorstore::IsFiniteIndex(Index index);
Returns
true
ifindex
is within the finite range: [kMinFiniteIndex
,kMaxFiniteIndex
].
#include "tensorstore/index_interval.h"
Returns true
if index
is within the finite range:
[kMinFiniteIndex
, kMaxFiniteIndex
].