Valuator.stepFraction

void stepFraction(double a, int b) nothrow @nogc

Sets the step value as a fraction A/B.

For precision, the step is stored as the ratio of a double and an integer: step = A/B.

Parameters

aThe numerator
bThe denominator