extentAtDimensionIndex:
Returns the value at the specified dimension index.
Declaration
- (NSInteger) extentAtDimensionIndex:(NSUInteger) dimensionIndex;Parameters
- dimensionIndex:
The index of the value to retrieve. The first index corresponds to the innermost dimension.
Return Value
The value at dimensionIndex, or -1 if dimensionIndex is greater than or equal to rank.