Class MathNumber
java.lang.Object
fr.multimc.api.commons.tools.formatters.MathNumber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isDoubleBetween
(double number, double min, double max) static boolean
isIntBetween
(int number, int min, int max) static boolean
isLongBetween
(long number, long min, long max)
-
Constructor Details
-
MathNumber
public MathNumber()
-
-
Method Details
-
isDoubleBetween
public static boolean isDoubleBetween(double number, double min, double max) -
isIntBetween
public static boolean isIntBetween(int number, int min, int max) -
isLongBetween
public static boolean isLongBetween(long number, long min, long max)
-