maxOf method

double maxOf(
  1. int axis
)

Implementation

double maxOf(int axis) => bounds[axis + dims];