public final class F2Dot14 extends Object
int value
2^14 * | Modifier and Type | Field and Description |
|---|---|
static int |
ONE |
static int |
ONE_SIXTEENTH |
static int |
ZERO |
| Constructor and Description |
|---|
F2Dot14() |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromDouble(double v) |
static int |
multiply(int v1,
int v2) |
static int |
square(int v) |
static double |
toDouble(int v) |
static String |
toString(int v) |
public static final int ZERO
public static final int ONE
public static final int ONE_SIXTEENTH
public static int multiply(int v1,
int v2)
public static int square(int v)
public static int fromDouble(double v)
public static double toDouble(int v)
public static String toString(int v)
Copyright © 2010 - 2020 Adobe. All Rights Reserved