public class EPS
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static float |
EPS |
| Constructor and Description |
|---|
EPS() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAboutZero(float value) |
static boolean |
isAboutZero(float value,
float accuracy) |
static boolean |
isLessThan(float value,
float greaterValue) |
static boolean |
isLessThan(float value,
float greaterValue,
float accuracy) |
static boolean |
isLessThan(float value,
int greaterValue) |
static boolean |
isSame(float a,
float b) |
static boolean |
isSame(float a,
float b,
float accuracy) |
static boolean |
isSame(float a,
int b) |
public static final float EPS
public static boolean isAboutZero(float value)
public static boolean isAboutZero(float value,
float accuracy)
public static boolean isLessThan(float value,
int greaterValue)
public static boolean isLessThan(float value,
float greaterValue)
public static boolean isLessThan(float value,
float greaterValue,
float accuracy)
public static boolean isSame(float a,
int b)
public static boolean isSame(float a,
float b)
public static boolean isSame(float a,
float b,
float accuracy)