public final class NumberConversions
extends Object
Utils for casting number types to other number types
- Author:
- Bukkit
- See Also:
-
-
Method Summary
static int
static int
static int
static double
static byte
static double
static float
static int
static long
static short
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
floor
public static int floor(double num)
-
ceil
public static int ceil(double num)
-
round
public static int round(double num)
-
square
public static double square(double num)
-
toInt
public static int toInt(Object object)
-
toFloat
public static float toFloat(Object object)
-
toDouble
public static double toDouble(Object object)
-
toLong
public static long toLong(Object object)
-
toShort
public static short toShort(Object object)
-
toByte
public static byte toByte(Object object)