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.

  1. double step [@property getter]
  2. double step [@property setter]
    struct Range
    @nogc nothrow @property
    void
    step
    (
    double v
    )

Meta