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