public enum EPSILON extends java.lang.Enum<EPSILON>
Enum Constant and Description |
---|
_1E_M10 |
_1E_M11 |
_1E_M12 |
_1E_M13 |
_1E_M14 |
_1E_M15 |
_1E_M16 |
_1E_M4 |
_1E_M5 |
_1E_M6 |
_1E_M7 |
_1E_M8 |
_1E_M9 |
_ZERO |
Modifier and Type | Method and Description |
---|---|
double |
getValue() |
static EPSILON |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPSILON[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPSILON _ZERO
public static final EPSILON _1E_M16
public static final EPSILON _1E_M15
public static final EPSILON _1E_M14
public static final EPSILON _1E_M13
public static final EPSILON _1E_M12
public static final EPSILON _1E_M11
public static final EPSILON _1E_M10
public static final EPSILON _1E_M9
public static final EPSILON _1E_M8
public static final EPSILON _1E_M7
public static final EPSILON _1E_M6
public static final EPSILON _1E_M5
public static final EPSILON _1E_M4
public static EPSILON[] values()
for (EPSILON c : EPSILON.values()) System.out.println(c);
public static EPSILON valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic double getValue()