Function Range.step

If greater than 0, value will always be rounded to a multiple of step. If rounded is also true, value will first be rounded to a multiple of step then rounded to the nearest integer.

double step() nothrow @property @nogc;

void step (
  double v
) nothrow @property @nogc;