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]
    struct Range
    @nogc nothrow @property
    double
    step
    ()
  2. double step [@property setter]

Meta