Valuator.stepFraction
void stepFraction(double a, int b) nothrow @nogcSets 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
a | The numerator |
b | The denominator |
void stepFraction(double a, int b) nothrow @nogcSets 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.
a | The numerator |
b | The denominator |