Package org.openl.util
Class NumberUtils
java.lang.Object
org.openl.util.NumberUtils
- Author:
- Andrei Astrouski
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doubleMinimal negative double value.static final doubleMinimal negative float value. -
Method Summary
Modifier and TypeMethodDescriptionstatic NumbergetMaxValue(Class<?> numberClass) static NumbergetMinValue(Class<?> numberClass) static ObjectintOrDouble(double value)
-
Field Details
-
FLOAT_MIN_VALUE
public static final double FLOAT_MIN_VALUEMinimal negative float value.- See Also:
-
DOUBLE_MIN_VALUE
public static final double DOUBLE_MIN_VALUEMinimal negative double value.- See Also:
-
-
Method Details
-
intOrDouble
-
getMinValue
-
getMaxValue
-