Class MathNumber
java.lang.Object
fr.multimc.api.commons.tools.formatters.MathNumber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisDoubleBetween(double number, double min, double max) static booleanisIntBetween(int number, int min, int max) static booleanisLongBetween(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)
-