public final class NumberConversions extends Object
Modifier and Type | Method and Description |
---|---|
static int |
ceil(double num) |
static void |
checkFinite(double d,
String message) |
static void |
checkFinite(float d,
String message) |
static int |
floor(double num) |
static boolean |
isFinite(double d) |
static boolean |
isFinite(float f) |
static int |
round(double num) |
static double |
square(double num) |
static byte |
toByte(Object object) |
static double |
toDouble(Object object) |
static float |
toFloat(Object object) |
static int |
toInt(Object object) |
static long |
toLong(Object object) |
static short |
toShort(Object object) |
Copyright © 2021. All rights reserved.