@GwtCompatible
public class FloatExtensions
extends java.lang.Object
Float numbers.| Constructor and Description |
|---|
FloatExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static float |
operator_divide(float a,
byte b)
The binary
divide operator. |
static float |
operator_divide(float a,
char b)
The binary
divide operator. |
static double |
operator_divide(float a,
double b)
The binary
divide operator. |
static float |
operator_divide(float a,
float b)
The binary
divide operator. |
static float |
operator_divide(float a,
int b)
The binary
divide operator. |
static float |
operator_divide(float a,
long b)
The binary
divide operator. |
static float |
operator_divide(float a,
short b)
The binary
divide operator. |
static boolean |
operator_equals(float a,
byte b)
The binary
equals operator. |
static boolean |
operator_equals(float a,
char b)
The binary
equals operator. |
static boolean |
operator_equals(float a,
double b)
The binary
equals operator. |
static boolean |
operator_equals(float a,
float b)
The binary
equals operator. |
static boolean |
operator_equals(float a,
int b)
The binary
equals operator. |
static boolean |
operator_equals(float a,
long b)
The binary
equals operator. |
static boolean |
operator_equals(float a,
short b)
The binary
equals operator. |
static boolean |
operator_greaterEqualsThan(float a,
byte b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterEqualsThan(float a,
char b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterEqualsThan(float a,
double b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterEqualsThan(float a,
float b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterEqualsThan(float a,
int b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterEqualsThan(float a,
long b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterEqualsThan(float a,
short b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterThan(float a,
byte b)
The binary
greaterThan operator. |
static boolean |
operator_greaterThan(float a,
char b)
The binary
greaterThan operator. |
static boolean |
operator_greaterThan(float a,
double b)
The binary
greaterThan operator. |
static boolean |
operator_greaterThan(float a,
float b)
The binary
greaterThan operator. |
static boolean |
operator_greaterThan(float a,
int b)
The binary
greaterThan operator. |
static boolean |
operator_greaterThan(float a,
long b)
The binary
greaterThan operator. |
static boolean |
operator_greaterThan(float a,
short b)
The binary
greaterThan operator. |
static boolean |
operator_lessEqualsThan(float a,
byte b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessEqualsThan(float a,
char b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessEqualsThan(float a,
double b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessEqualsThan(float a,
float b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessEqualsThan(float a,
int b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessEqualsThan(float a,
long b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessEqualsThan(float a,
short b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessThan(float a,
byte b)
The binary
lessThan operator. |
static boolean |
operator_lessThan(float a,
char b)
The binary
lessThan operator. |
static boolean |
operator_lessThan(float a,
double b)
The binary
lessThan operator. |
static boolean |
operator_lessThan(float a,
float b)
The binary
lessThan operator. |
static boolean |
operator_lessThan(float a,
int b)
The binary
lessThan operator. |
static boolean |
operator_lessThan(float a,
long b)
The binary
lessThan operator. |
static boolean |
operator_lessThan(float a,
short b)
The binary
lessThan operator. |
static float |
operator_minus(float f)
The unary
minus operator. |
static float |
operator_minus(float a,
byte b)
The binary
minus operator. |
static float |
operator_minus(float a,
char b)
The binary
minus operator. |
static double |
operator_minus(float a,
double b)
The binary
minus operator. |
static float |
operator_minus(float a,
float b)
The binary
minus operator. |
static float |
operator_minus(float a,
int b)
The binary
minus operator. |
static float |
operator_minus(float a,
long b)
The binary
minus operator. |
static float |
operator_minus(float a,
short b)
The binary
minus operator. |
static float |
operator_minusMinus(float f)
The postfix
decrement operator. |
static java.lang.Float |
operator_minusMinus(java.lang.Float f)
The postfix
decrement operator. |
static float |
operator_modulo(float a,
byte b)
The binary
modulo operator. |
static float |
operator_modulo(float a,
char b)
The binary
modulo operator. |
static double |
operator_modulo(float a,
double b)
The binary
modulo operator. |
static float |
operator_modulo(float a,
float b)
The binary
modulo operator. |
static float |
operator_modulo(float a,
int b)
The binary
modulo operator. |
static float |
operator_modulo(float a,
long b)
The binary
modulo operator. |
static float |
operator_modulo(float a,
short b)
The binary
modulo operator. |
static float |
operator_multiply(float a,
byte b)
The binary
multiply operator. |
static float |
operator_multiply(float a,
char b)
The binary
multiply operator. |
static double |
operator_multiply(float a,
double b)
The binary
multiply operator. |
static float |
operator_multiply(float a,
float b)
The binary
multiply operator. |
static float |
operator_multiply(float a,
int b)
The binary
multiply operator. |
static float |
operator_multiply(float a,
long b)
The binary
multiply operator. |
static float |
operator_multiply(float a,
short b)
The binary
multiply operator. |
static boolean |
operator_notEquals(float a,
byte b)
The binary
notEquals operator. |
static boolean |
operator_notEquals(float a,
char b)
The binary
notEquals operator. |
static boolean |
operator_notEquals(float a,
double b)
The binary
notEquals operator. |
static boolean |
operator_notEquals(float a,
float b)
The binary
notEquals operator. |
static boolean |
operator_notEquals(float a,
int b)
The binary
notEquals operator. |
static boolean |
operator_notEquals(float a,
long b)
The binary
notEquals operator. |
static boolean |
operator_notEquals(float a,
short b)
The binary
notEquals operator. |
static float |
operator_plus(float a,
byte b)
The binary
plus operator. |
static float |
operator_plus(float a,
char b)
The binary
plus operator. |
static double |
operator_plus(float a,
double b)
The binary
plus operator. |
static float |
operator_plus(float a,
float b)
The binary
plus operator. |
static float |
operator_plus(float a,
int b)
The binary
plus operator. |
static float |
operator_plus(float a,
long b)
The binary
plus operator. |
static float |
operator_plus(float a,
short b)
The binary
plus operator. |
static float |
operator_plusPlus(float f)
The postfix
increment operator. |
static java.lang.Float |
operator_plusPlus(java.lang.Float f)
The postfix
increment operator. |
static double |
operator_power(float a,
byte b)
The binary
power operator. |
static double |
operator_power(float a,
char b)
The binary
power operator. |
static double |
operator_power(float a,
double b)
The binary
power operator. |
static double |
operator_power(float a,
float b)
The binary
power operator. |
static double |
operator_power(float a,
int b)
The binary
power operator. |
static double |
operator_power(float a,
long b)
The binary
power operator. |
static double |
operator_power(float a,
short b)
The binary
power operator. |
static boolean |
operator_tripleEquals(float a,
byte b)
The
identity equals operator. |
static boolean |
operator_tripleEquals(float a,
char b)
The
identity equals operator. |
static boolean |
operator_tripleEquals(float a,
double b)
The
identity equals operator. |
static boolean |
operator_tripleEquals(float a,
float b)
The
identity equals operator. |
static boolean |
operator_tripleEquals(float a,
int b)
The
identity equals operator. |
static boolean |
operator_tripleEquals(float a,
long b)
The
identity equals operator. |
static boolean |
operator_tripleEquals(float a,
short b)
The
identity equals operator. |
static boolean |
operator_tripleNotEquals(float a,
byte b)
The
identity not equals operator. |
static boolean |
operator_tripleNotEquals(float a,
char b)
The
identity not equals operator. |
static boolean |
operator_tripleNotEquals(float a,
double b)
The
identity not equals operator. |
static boolean |
operator_tripleNotEquals(float a,
float b)
The
identity not equals operator. |
static boolean |
operator_tripleNotEquals(float a,
int b)
The
identity not equals operator. |
static boolean |
operator_tripleNotEquals(float a,
long b)
The
identity not equals operator. |
static boolean |
operator_tripleNotEquals(float a,
short b)
The
identity not equals operator. |
@Pure public static float operator_minus(float f)
minus operator. This is the equivalent to the Java's - function.f - a float.-fpublic static float operator_minusMinus(float f)
decrement operator. This is the equivalent to the Java's -- postfix function.f - a float.f--public static java.lang.Float operator_minusMinus(java.lang.Float f)
decrement operator. This is the equivalent to the Java's -- postfix function.f - a float.f--public static float operator_plusPlus(float f)
increment operator. This is the equivalent to the Java's ++ postfix function.f - a float.f++public static java.lang.Float operator_plusPlus(java.lang.Float f)
increment operator. This is the equivalent to the Java's ++ postfix function.f - a float.f++@Pure public static double operator_plus(float a, double b)
plus operator. This is the equivalent to the Java + operator.a - a float.b - a double.a+b@Pure public static double operator_minus(float a, double b)
minus operator. This is the equivalent to the Java - operator.a - a float.b - a double.a-b@Pure public static double operator_multiply(float a, double b)
multiply operator. This is the equivalent to the Java * operator.a - a float.b - a double.a*b@Pure public static double operator_divide(float a, double b)
divide operator. This is the equivalent to the Java / operator.a - a float.b - a double.a/b@Pure public static double operator_modulo(float a, double b)
modulo operator. This is the equivalent to the Java % operator.a - a float.b - a double.a%b@Pure public static boolean operator_lessThan(float a, double b)
lessThan operator. This is the equivalent to the Java < operator.a - a float.b - a double.a<b@Pure public static boolean operator_lessEqualsThan(float a, double b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a float.b - a double.a<=b@Pure public static boolean operator_greaterThan(float a, double b)
greaterThan operator. This is the equivalent to the Java > operator.a - a float.b - a double.a>b@Pure public static boolean operator_greaterEqualsThan(float a, double b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a float.b - a double.a>=b@Pure public static boolean operator_equals(float a, double b)
equals operator. This is the equivalent to the Java == operator.a - a float.b - a double.a==b@Pure public static boolean operator_notEquals(float a, double b)
notEquals operator. This is the equivalent to the Java != operator.a - a float.b - a double.a!=b@Pure public static double operator_power(float a, double b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a float.b - a double.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(float a, double b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a float.b - a double.a == b@Pure public static boolean operator_tripleNotEquals(float a, double b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a float.b - a double.a != b@Pure public static float operator_plus(float a, float b)
plus operator. This is the equivalent to the Java + operator.a - a float.b - a float.a+b@Pure public static float operator_minus(float a, float b)
minus operator. This is the equivalent to the Java - operator.a - a float.b - a float.a-b@Pure public static float operator_multiply(float a, float b)
multiply operator. This is the equivalent to the Java * operator.a - a float.b - a float.a*b@Pure public static float operator_divide(float a, float b)
divide operator. This is the equivalent to the Java / operator.a - a float.b - a float.a/b@Pure public static float operator_modulo(float a, float b)
modulo operator. This is the equivalent to the Java % operator.a - a float.b - a float.a%b@Pure public static boolean operator_lessThan(float a, float b)
lessThan operator. This is the equivalent to the Java < operator.a - a float.b - a float.a<b@Pure public static boolean operator_lessEqualsThan(float a, float b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a float.b - a float.a<=b@Pure public static boolean operator_greaterThan(float a, float b)
greaterThan operator. This is the equivalent to the Java > operator.a - a float.b - a float.a>b@Pure public static boolean operator_greaterEqualsThan(float a, float b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a float.b - a float.a>=b@Pure public static boolean operator_equals(float a, float b)
equals operator. This is the equivalent to the Java == operator.a - a float.b - a float.a==b@Pure public static boolean operator_notEquals(float a, float b)
notEquals operator. This is the equivalent to the Java != operator.a - a float.b - a float.a!=b@Pure public static double operator_power(float a, float b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a float.b - a float.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(float a, float b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a float.b - a float.a == b@Pure public static boolean operator_tripleNotEquals(float a, float b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a float.b - a float.a != b@Pure public static float operator_plus(float a, long b)
plus operator. This is the equivalent to the Java + operator.a - a float.b - a long.a+b@Pure public static float operator_minus(float a, long b)
minus operator. This is the equivalent to the Java - operator.a - a float.b - a long.a-b@Pure public static float operator_multiply(float a, long b)
multiply operator. This is the equivalent to the Java * operator.a - a float.b - a long.a*b@Pure public static float operator_divide(float a, long b)
divide operator. This is the equivalent to the Java / operator.a - a float.b - a long.a/b@Pure public static float operator_modulo(float a, long b)
modulo operator. This is the equivalent to the Java % operator.a - a float.b - a long.a%b@Pure public static boolean operator_lessThan(float a, long b)
lessThan operator. This is the equivalent to the Java < operator.a - a float.b - a long.a<b@Pure public static boolean operator_lessEqualsThan(float a, long b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a float.b - a long.a<=b@Pure public static boolean operator_greaterThan(float a, long b)
greaterThan operator. This is the equivalent to the Java > operator.a - a float.b - a long.a>b@Pure public static boolean operator_greaterEqualsThan(float a, long b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a float.b - a long.a>=b@Pure public static boolean operator_equals(float a, long b)
equals operator. This is the equivalent to the Java == operator.a - a float.b - a long.a==b@Pure public static boolean operator_notEquals(float a, long b)
notEquals operator. This is the equivalent to the Java != operator.a - a float.b - a long.a!=b@Pure public static double operator_power(float a, long b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a float.b - a long.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(float a, long b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a float.b - a long.a == b@Pure public static boolean operator_tripleNotEquals(float a, long b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a float.b - a long.a != b@Pure public static float operator_plus(float a, int b)
plus operator. This is the equivalent to the Java + operator.a - a float.b - an integer.a+b@Pure public static float operator_minus(float a, int b)
minus operator. This is the equivalent to the Java - operator.a - a float.b - an integer.a-b@Pure public static float operator_multiply(float a, int b)
multiply operator. This is the equivalent to the Java * operator.a - a float.b - an integer.a*b@Pure public static float operator_divide(float a, int b)
divide operator. This is the equivalent to the Java / operator.a - a float.b - an integer.a/b@Pure public static float operator_modulo(float a, int b)
modulo operator. This is the equivalent to the Java % operator.a - a float.b - an integer.a%b@Pure public static boolean operator_lessThan(float a, int b)
lessThan operator. This is the equivalent to the Java < operator.a - a float.b - an integer.a<b@Pure public static boolean operator_lessEqualsThan(float a, int b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a float.b - an integer.a<=b@Pure public static boolean operator_greaterThan(float a, int b)
greaterThan operator. This is the equivalent to the Java > operator.a - a float.b - an integer.a>b@Pure public static boolean operator_greaterEqualsThan(float a, int b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a float.b - an integer.a>=b@Pure public static boolean operator_equals(float a, int b)
equals operator. This is the equivalent to the Java == operator.a - a float.b - an integer.a==b@Pure public static boolean operator_notEquals(float a, int b)
notEquals operator. This is the equivalent to the Java != operator.a - a float.b - an integer.a!=b@Pure public static double operator_power(float a, int b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a float.b - an integer.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(float a, int b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a float.b - an integer.a == b@Pure public static boolean operator_tripleNotEquals(float a, int b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a float.b - an integer.a != b@Pure public static float operator_plus(float a, char b)
plus operator. This is the equivalent to the Java + operator.a - a float.b - a character.a+b@Pure public static float operator_minus(float a, char b)
minus operator. This is the equivalent to the Java - operator.a - a float.b - a character.a-b@Pure public static float operator_multiply(float a, char b)
multiply operator. This is the equivalent to the Java * operator.a - a float.b - a character.a*b@Pure public static float operator_divide(float a, char b)
divide operator. This is the equivalent to the Java / operator.a - a float.b - a character.a/b@Pure public static float operator_modulo(float a, char b)
modulo operator. This is the equivalent to the Java % operator.a - a float.b - a character.a%b@Pure public static boolean operator_lessThan(float a, char b)
lessThan operator. This is the equivalent to the Java < operator.a - a float.b - a character.a<b@Pure public static boolean operator_lessEqualsThan(float a, char b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a float.b - a character.a<=b@Pure public static boolean operator_greaterThan(float a, char b)
greaterThan operator. This is the equivalent to the Java > operator.a - a float.b - a character.a>b@Pure public static boolean operator_greaterEqualsThan(float a, char b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a float.b - a character.a>=b@Pure public static boolean operator_equals(float a, char b)
equals operator. This is the equivalent to the Java == operator.a - a float.b - a character.a==b@Pure public static boolean operator_notEquals(float a, char b)
notEquals operator. This is the equivalent to the Java != operator.a - a float.b - a character.a!=b@Pure public static double operator_power(float a, char b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a float.b - a character.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(float a, char b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a float.b - a character.a == b@Pure public static boolean operator_tripleNotEquals(float a, char b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a float.b - a character.a != b@Pure public static float operator_plus(float a, short b)
plus operator. This is the equivalent to the Java + operator.a - a float.b - a short.a+b@Pure public static float operator_minus(float a, short b)
minus operator. This is the equivalent to the Java - operator.a - a float.b - a short.a-b@Pure public static float operator_multiply(float a, short b)
multiply operator. This is the equivalent to the Java * operator.a - a float.b - a short.a*b@Pure public static float operator_divide(float a, short b)
divide operator. This is the equivalent to the Java / operator.a - a float.b - a short.a/b@Pure public static float operator_modulo(float a, short b)
modulo operator. This is the equivalent to the Java % operator.a - a float.b - a short.a%b@Pure public static boolean operator_lessThan(float a, short b)
lessThan operator. This is the equivalent to the Java < operator.a - a float.b - a short.a<b@Pure public static boolean operator_lessEqualsThan(float a, short b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a float.b - a short.a<=b@Pure public static boolean operator_greaterThan(float a, short b)
greaterThan operator. This is the equivalent to the Java > operator.a - a float.b - a short.a>b@Pure public static boolean operator_greaterEqualsThan(float a, short b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a float.b - a short.a>=b@Pure public static boolean operator_equals(float a, short b)
equals operator. This is the equivalent to the Java == operator.a - a float.b - a short.a==b@Pure public static boolean operator_notEquals(float a, short b)
notEquals operator. This is the equivalent to the Java != operator.a - a float.b - a short.a!=b@Pure public static double operator_power(float a, short b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a float.b - a short.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(float a, short b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a float.b - a short.a == b@Pure public static boolean operator_tripleNotEquals(float a, short b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a float.b - a short.a != b@Pure public static float operator_plus(float a, byte b)
plus operator. This is the equivalent to the Java + operator.a - a float.b - a byte.a+b@Pure public static float operator_minus(float a, byte b)
minus operator. This is the equivalent to the Java - operator.a - a float.b - a byte.a-b@Pure public static float operator_multiply(float a, byte b)
multiply operator. This is the equivalent to the Java * operator.a - a float.b - a byte.a*b@Pure public static float operator_divide(float a, byte b)
divide operator. This is the equivalent to the Java / operator.a - a float.b - a byte.a/b@Pure public static float operator_modulo(float a, byte b)
modulo operator. This is the equivalent to the Java % operator.a - a float.b - a byte.a%b@Pure public static boolean operator_lessThan(float a, byte b)
lessThan operator. This is the equivalent to the Java < operator.a - a float.b - a byte.a<b@Pure public static boolean operator_lessEqualsThan(float a, byte b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a float.b - a byte.a<=b@Pure public static boolean operator_greaterThan(float a, byte b)
greaterThan operator. This is the equivalent to the Java > operator.a - a float.b - a byte.a>b@Pure public static boolean operator_greaterEqualsThan(float a, byte b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a float.b - a byte.a>=b@Pure public static boolean operator_equals(float a, byte b)
equals operator. This is the equivalent to the Java == operator.a - a float.b - a byte.a==b@Pure public static boolean operator_notEquals(float a, byte b)
notEquals operator. This is the equivalent to the Java != operator.a - a float.b - a byte.a!=b@Pure public static double operator_power(float a, byte b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a float.b - a byte.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(float a, byte b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a float.b - a byte.a == b@Pure public static boolean operator_tripleNotEquals(float a, byte b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a float.b - a byte.a != b