public class Fixed1E7
extends java.lang.Object
| Constructor and Description |
|---|
Fixed1E7() |
| Modifier and Type | Method and Description |
|---|---|
static int |
doubleToFixed(double value) |
static int |
intToFixed(int n) |
static int |
parseFixed(java.lang.String str) |
static double |
toDouble(int value) |