public class FixedPoint extends Object
Constructor and Description |
---|
FixedPoint() |
Modifier and Type | Method and Description |
---|---|
static int |
div(int x1,
int x2) |
static int |
mult(int x1,
int x2) |
static int |
toFixed(float value) |
static int |
toFixed(int value) |
static float |
toFloat(int value) |
Copyright 2010 JogAmp Community.