public final class NumberUtil extends Object
| Constructor and Description |
|---|
NumberUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Number |
getExactlyNumber(String value,
int radix)
Get exactly number value and type.
|
static int |
roundHalfUp(Object obj)
Round half up.
|
public static int roundHalfUp(Object obj)
obj - object to be convertedCopyright © 2018. All rights reserved.