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