public final class FixedPointMath extends Object
static int
multiply(int fixedPointValue, int anInteger)
static double
toDouble(int fixedPointValue)
toFixedPoint(double x)
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static int toFixedPoint(double x)
public static int multiply(int fixedPointValue, int anInteger)
public static double toDouble(int fixedPointValue)