public static enum JSoftFloatUtils.FloatDetectTininess extends java.lang.Enum<JSoftFloatUtils.FloatDetectTininess>
Enum Constant and Description |
---|
float_tininess_after_rounding |
float_tininess_before_rounding |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static JSoftFloatUtils.FloatDetectTininess |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JSoftFloatUtils.FloatDetectTininess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSoftFloatUtils.FloatDetectTininess float_tininess_after_rounding
public static final JSoftFloatUtils.FloatDetectTininess float_tininess_before_rounding
public static JSoftFloatUtils.FloatDetectTininess[] values()
for (JSoftFloatUtils.FloatDetectTininess c : JSoftFloatUtils.FloatDetectTininess.values()) System.out.println(c);
public static JSoftFloatUtils.FloatDetectTininess 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 int getValue()