asMinPoint method

int asMinPoint(
  1. int step
)

Implementation

int asMinPoint(int step) => (use ~/ step) * step;