- isBetween(double, double, double) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks the given double index is between the range from min and max.
- isBetween(double, double, double, boolean, boolean) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks the given double index is between the range from min and max.
- isBetween(float, float, float) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks the given float index is between the range from min and max.
- isBetween(float, float, float, boolean, boolean) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks the given float index is between the range from min and max.
- isBetween(int, int, int) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks the given int index is between the range from min and max.
- isBetween(int, int, int, boolean, boolean) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks the given int index is between the range from min and max.
- isBetween(long, long, long) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks the given long index is between the range from min and max.
- isBetween(long, long, long, boolean, boolean) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks the given long index is between the range from min and max.
- isInRange(int, int, int) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks the given number is in range from min and max.
- isNegative(double) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the number is negative.
- isNegative(float) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the number is negative.
- isNegative(int) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the number is negative.
- isNegative(long) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the number is negative.
- isNext(Integer, Integer) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the given Integer nextNumber is next to the given Integer number.
- isPositive(double) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the number is positive.
- isPositive(float) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the number is positive.
- isPositive(int) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the number is positive.
- isPositive(long) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the number is positive.
- isPrevious(Integer, Integer) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the given Integer previousNumber is previous to the given Integer
number.
- isPrime(double) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the given float is a prime number.
- isPrime(float) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the given float is a prime number.
- isPrime(int) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the given int is a prime number.
- isPrime(long) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the given long is a prime number.
- isPrimeNumber(int) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the number is a prime number.