size method

int size()
override

@see CoordinateSequence#size()

Implementation

int size() {
  return coords.length ~/ dimension;
}