asMaxPoint method

int asMaxPoint(
  1. int step
)

Implementation

int asMaxPoint(int step) => asMinPoint(step) + step;