org.eclipse.xtext.xbase.lib
Class FloatExtensions

java.lang.Object
  extended by org.eclipse.xtext.xbase.lib.FloatExtensions

public class FloatExtensions
extends java.lang.Object

This is an extension library for Float numbers.

Since:
2.3
Author:
Jan Koehnlein - Code generator

Constructor Summary
FloatExtensions()
           
 
Method Summary
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 a)
          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_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 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatExtensions

public FloatExtensions()
Method Detail

operator_minus

public static float operator_minus(float a)
The unary minus operator. This is the equivalent to the Java's - function.

Parameters:
a - a float.
Returns:
-a
Since:
2.3

operator_plus

public static double operator_plus(float a,
                                   double b)
The binary plus operator. This is the equivalent to the Java + operator.

Parameters:
a - a float.
b - a double.
Returns:
a+b
Since:
2.3

operator_minus

public static double operator_minus(float a,
                                    double b)
The binary minus operator. This is the equivalent to the Java - operator.

Parameters:
a - a float.
b - a double.
Returns:
a-b
Since:
2.3

operator_multiply

public static double operator_multiply(float a,
                                       double b)
The binary multiply operator. This is the equivalent to the Java * operator.

Parameters:
a - a float.
b - a double.
Returns:
a*b
Since:
2.3

operator_divide

public static double operator_divide(float a,
                                     double b)
The binary divide operator. This is the equivalent to the Java / operator.

Parameters:
a - a float.
b - a double.
Returns:
a/b
Since:
2.3

operator_modulo

public static double operator_modulo(float a,
                                     double b)
The binary modulo operator. This is the equivalent to the Java % operator.

Parameters:
a - a float.
b - a double.
Returns:
a%b
Since:
2.3

operator_lessThan

public static boolean operator_lessThan(float a,
                                        double b)
The binary lessThan operator. This is the equivalent to the Java < operator.

Parameters:
a - a float.
b - a double.
Returns:
a<b
Since:
2.3

operator_lessEqualsThan

public static boolean operator_lessEqualsThan(float a,
                                              double b)
The binary lessEqualsThan operator. This is the equivalent to the Java <= operator.

Parameters:
a - a float.
b - a double.
Returns:
a<=b
Since:
2.3

operator_greaterThan

public static boolean operator_greaterThan(float a,
                                           double b)
The binary greaterThan operator. This is the equivalent to the Java > operator.

Parameters:
a - a float.
b - a double.
Returns:
a>b
Since:
2.3

operator_greaterEqualsThan

public static boolean operator_greaterEqualsThan(float a,
                                                 double b)
The binary greaterEqualsThan operator. This is the equivalent to the Java >= operator.

Parameters:
a - a float.
b - a double.
Returns:
a>=b
Since:
2.3

operator_equals

public static boolean operator_equals(float a,
                                      double b)
The binary equals operator. This is the equivalent to the Java == operator.

Parameters:
a - a float.
b - a double.
Returns:
a==b
Since:
2.3

operator_notEquals

public static boolean operator_notEquals(float a,
                                         double b)
The binary notEquals operator. This is the equivalent to the Java != operator.

Parameters:
a - a float.
b - a double.
Returns:
a!=b
Since:
2.3

operator_power

public static double operator_power(float a,
                                    double b)
The binary power operator. This is the equivalent to the Java's Math.pow() function.

Parameters:
a - a float.
b - a double.
Returns:
Math.pow(a, b)
Since:
2.3

operator_plus

public static float operator_plus(float a,
                                  float b)
The binary plus operator. This is the equivalent to the Java + operator.

Parameters:
a - a float.
b - a float.
Returns:
a+b
Since:
2.3

operator_minus

public static float operator_minus(float a,
                                   float b)
The binary minus operator. This is the equivalent to the Java - operator.

Parameters:
a - a float.
b - a float.
Returns:
a-b
Since:
2.3

operator_multiply

public static float operator_multiply(float a,
                                      float b)
The binary multiply operator. This is the equivalent to the Java * operator.

Parameters:
a - a float.
b - a float.
Returns:
a*b
Since:
2.3

operator_divide

public static float operator_divide(float a,
                                    float b)
The binary divide operator. This is the equivalent to the Java / operator.

Parameters:
a - a float.
b - a float.
Returns:
a/b
Since:
2.3

operator_modulo

public static float operator_modulo(float a,
                                    float b)
The binary modulo operator. This is the equivalent to the Java % operator.

Parameters:
a - a float.
b - a float.
Returns:
a%b
Since:
2.3

operator_lessThan

public static boolean operator_lessThan(float a,
                                        float b)
The binary lessThan operator. This is the equivalent to the Java < operator.

Parameters:
a - a float.
b - a float.
Returns:
a<b
Since:
2.3

operator_lessEqualsThan

public static boolean operator_lessEqualsThan(float a,
                                              float b)
The binary lessEqualsThan operator. This is the equivalent to the Java <= operator.

Parameters:
a - a float.
b - a float.
Returns:
a<=b
Since:
2.3

operator_greaterThan

public static boolean operator_greaterThan(float a,
                                           float b)
The binary greaterThan operator. This is the equivalent to the Java > operator.

Parameters:
a - a float.
b - a float.
Returns:
a>b
Since:
2.3

operator_greaterEqualsThan

public static boolean operator_greaterEqualsThan(float a,
                                                 float b)
The binary greaterEqualsThan operator. This is the equivalent to the Java >= operator.

Parameters:
a - a float.
b - a float.
Returns:
a>=b
Since:
2.3

operator_equals

public static boolean operator_equals(float a,
                                      float b)
The binary equals operator. This is the equivalent to the Java == operator.

Parameters:
a - a float.
b - a float.
Returns:
a==b
Since:
2.3

operator_notEquals

public static boolean operator_notEquals(float a,
                                         float b)
The binary notEquals operator. This is the equivalent to the Java != operator.

Parameters:
a - a float.
b - a float.
Returns:
a!=b
Since:
2.3

operator_power

public static double operator_power(float a,
                                    float b)
The binary power operator. This is the equivalent to the Java's Math.pow() function.

Parameters:
a - a float.
b - a float.
Returns:
Math.pow(a, b)
Since:
2.3

operator_plus

public static float operator_plus(float a,
                                  long b)
The binary plus operator. This is the equivalent to the Java + operator.

Parameters:
a - a float.
b - a long.
Returns:
a+b
Since:
2.3

operator_minus

public static float operator_minus(float a,
                                   long b)
The binary minus operator. This is the equivalent to the Java - operator.

Parameters:
a - a float.
b - a long.
Returns:
a-b
Since:
2.3

operator_multiply

public static float operator_multiply(float a,
                                      long b)
The binary multiply operator. This is the equivalent to the Java * operator.

Parameters:
a - a float.
b - a long.
Returns:
a*b
Since:
2.3

operator_divide

public static float operator_divide(float a,
                                    long b)
The binary divide operator. This is the equivalent to the Java / operator.

Parameters:
a - a float.
b - a long.
Returns:
a/b
Since:
2.3

operator_modulo

public static float operator_modulo(float a,
                                    long b)
The binary modulo operator. This is the equivalent to the Java % operator.

Parameters:
a - a float.
b - a long.
Returns:
a%b
Since:
2.3

operator_lessThan

public static boolean operator_lessThan(float a,
                                        long b)
The binary lessThan operator. This is the equivalent to the Java < operator.

Parameters:
a - a float.
b - a long.
Returns:
a<b
Since:
2.3

operator_lessEqualsThan

public static boolean operator_lessEqualsThan(float a,
                                              long b)
The binary lessEqualsThan operator. This is the equivalent to the Java <= operator.

Parameters:
a - a float.
b - a long.
Returns:
a<=b
Since:
2.3

operator_greaterThan

public static boolean operator_greaterThan(float a,
                                           long b)
The binary greaterThan operator. This is the equivalent to the Java > operator.

Parameters:
a - a float.
b - a long.
Returns:
a>b
Since:
2.3

operator_greaterEqualsThan

public static boolean operator_greaterEqualsThan(float a,
                                                 long b)
The binary greaterEqualsThan operator. This is the equivalent to the Java >= operator.

Parameters:
a - a float.
b - a long.
Returns:
a>=b
Since:
2.3

operator_equals

public static boolean operator_equals(float a,
                                      long b)
The binary equals operator. This is the equivalent to the Java == operator.

Parameters:
a - a float.
b - a long.
Returns:
a==b
Since:
2.3

operator_notEquals

public static boolean operator_notEquals(float a,
                                         long b)
The binary notEquals operator. This is the equivalent to the Java != operator.

Parameters:
a - a float.
b - a long.
Returns:
a!=b
Since:
2.3

operator_power

public static double operator_power(float a,
                                    long b)
The binary power operator. This is the equivalent to the Java's Math.pow() function.

Parameters:
a - a float.
b - a long.
Returns:
Math.pow(a, b)
Since:
2.3

operator_plus

public static float operator_plus(float a,
                                  int b)
The binary plus operator. This is the equivalent to the Java + operator.

Parameters:
a - a float.
b - an integer.
Returns:
a+b
Since:
2.3

operator_minus

public static float operator_minus(float a,
                                   int b)
The binary minus operator. This is the equivalent to the Java - operator.

Parameters:
a - a float.
b - an integer.
Returns:
a-b
Since:
2.3

operator_multiply

public static float operator_multiply(float a,
                                      int b)
The binary multiply operator. This is the equivalent to the Java * operator.

Parameters:
a - a float.
b - an integer.
Returns:
a*b
Since:
2.3

operator_divide

public static float operator_divide(float a,
                                    int b)
The binary divide operator. This is the equivalent to the Java / operator.

Parameters:
a - a float.
b - an integer.
Returns:
a/b
Since:
2.3

operator_modulo

public static float operator_modulo(float a,
                                    int b)
The binary modulo operator. This is the equivalent to the Java % operator.

Parameters:
a - a float.
b - an integer.
Returns:
a%b
Since:
2.3

operator_lessThan

public static boolean operator_lessThan(float a,
                                        int b)
The binary lessThan operator. This is the equivalent to the Java < operator.

Parameters:
a - a float.
b - an integer.
Returns:
a<b
Since:
2.3

operator_lessEqualsThan

public static boolean operator_lessEqualsThan(float a,
                                              int b)
The binary lessEqualsThan operator. This is the equivalent to the Java <= operator.

Parameters:
a - a float.
b - an integer.
Returns:
a<=b
Since:
2.3

operator_greaterThan

public static boolean operator_greaterThan(float a,
                                           int b)
The binary greaterThan operator. This is the equivalent to the Java > operator.

Parameters:
a - a float.
b - an integer.
Returns:
a>b
Since:
2.3

operator_greaterEqualsThan

public static boolean operator_greaterEqualsThan(float a,
                                                 int b)
The binary greaterEqualsThan operator. This is the equivalent to the Java >= operator.

Parameters:
a - a float.
b - an integer.
Returns:
a>=b
Since:
2.3

operator_equals

public static boolean operator_equals(float a,
                                      int b)
The binary equals operator. This is the equivalent to the Java == operator.

Parameters:
a - a float.
b - an integer.
Returns:
a==b
Since:
2.3

operator_notEquals

public static boolean operator_notEquals(float a,
                                         int b)
The binary notEquals operator. This is the equivalent to the Java != operator.

Parameters:
a - a float.
b - an integer.
Returns:
a!=b
Since:
2.3

operator_power

public static double operator_power(float a,
                                    int b)
The binary power operator. This is the equivalent to the Java's Math.pow() function.

Parameters:
a - a float.
b - an integer.
Returns:
Math.pow(a, b)
Since:
2.3

operator_plus

public static float operator_plus(float a,
                                  char b)
The binary plus operator. This is the equivalent to the Java + operator.

Parameters:
a - a float.
b - a character.
Returns:
a+b
Since:
2.3

operator_minus

public static float operator_minus(float a,
                                   char b)
The binary minus operator. This is the equivalent to the Java - operator.

Parameters:
a - a float.
b - a character.
Returns:
a-b
Since:
2.3

operator_multiply

public static float operator_multiply(float a,
                                      char b)
The binary multiply operator. This is the equivalent to the Java * operator.

Parameters:
a - a float.
b - a character.
Returns:
a*b
Since:
2.3

operator_divide

public static float operator_divide(float a,
                                    char b)
The binary divide operator. This is the equivalent to the Java / operator.

Parameters:
a - a float.
b - a character.
Returns:
a/b
Since:
2.3

operator_modulo

public static float operator_modulo(float a,
                                    char b)
The binary modulo operator. This is the equivalent to the Java % operator.

Parameters:
a - a float.
b - a character.
Returns:
a%b
Since:
2.3

operator_lessThan

public static boolean operator_lessThan(float a,
                                        char b)
The binary lessThan operator. This is the equivalent to the Java < operator.

Parameters:
a - a float.
b - a character.
Returns:
a<b
Since:
2.3

operator_lessEqualsThan

public static boolean operator_lessEqualsThan(float a,
                                              char b)
The binary lessEqualsThan operator. This is the equivalent to the Java <= operator.

Parameters:
a - a float.
b - a character.
Returns:
a<=b
Since:
2.3

operator_greaterThan

public static boolean operator_greaterThan(float a,
                                           char b)
The binary greaterThan operator. This is the equivalent to the Java > operator.

Parameters:
a - a float.
b - a character.
Returns:
a>b
Since:
2.3

operator_greaterEqualsThan

public static boolean operator_greaterEqualsThan(float a,
                                                 char b)
The binary greaterEqualsThan operator. This is the equivalent to the Java >= operator.

Parameters:
a - a float.
b - a character.
Returns:
a>=b
Since:
2.3

operator_equals

public static boolean operator_equals(float a,
                                      char b)
The binary equals operator. This is the equivalent to the Java == operator.

Parameters:
a - a float.
b - a character.
Returns:
a==b
Since:
2.3

operator_notEquals

public static boolean operator_notEquals(float a,
                                         char b)
The binary notEquals operator. This is the equivalent to the Java != operator.

Parameters:
a - a float.
b - a character.
Returns:
a!=b
Since:
2.3

operator_power

public static double operator_power(float a,
                                    char b)
The binary power operator. This is the equivalent to the Java's Math.pow() function.

Parameters:
a - a float.
b - a character.
Returns:
Math.pow(a, b)
Since:
2.3

operator_plus

public static float operator_plus(float a,
                                  short b)
The binary plus operator. This is the equivalent to the Java + operator.

Parameters:
a - a float.
b - a short.
Returns:
a+b
Since:
2.3

operator_minus

public static float operator_minus(float a,
                                   short b)
The binary minus operator. This is the equivalent to the Java - operator.

Parameters:
a - a float.
b - a short.
Returns:
a-b
Since:
2.3

operator_multiply

public static float operator_multiply(float a,
                                      short b)
The binary multiply operator. This is the equivalent to the Java * operator.

Parameters:
a - a float.
b - a short.
Returns:
a*b
Since:
2.3

operator_divide

public static float operator_divide(float a,
                                    short b)
The binary divide operator. This is the equivalent to the Java / operator.

Parameters:
a - a float.
b - a short.
Returns:
a/b
Since:
2.3

operator_modulo

public static float operator_modulo(float a,
                                    short b)
The binary modulo operator. This is the equivalent to the Java % operator.

Parameters:
a - a float.
b - a short.
Returns:
a%b
Since:
2.3

operator_lessThan

public static boolean operator_lessThan(float a,
                                        short b)
The binary lessThan operator. This is the equivalent to the Java < operator.

Parameters:
a - a float.
b - a short.
Returns:
a<b
Since:
2.3

operator_lessEqualsThan

public static boolean operator_lessEqualsThan(float a,
                                              short b)
The binary lessEqualsThan operator. This is the equivalent to the Java <= operator.

Parameters:
a - a float.
b - a short.
Returns:
a<=b
Since:
2.3

operator_greaterThan

public static boolean operator_greaterThan(float a,
                                           short b)
The binary greaterThan operator. This is the equivalent to the Java > operator.

Parameters:
a - a float.
b - a short.
Returns:
a>b
Since:
2.3

operator_greaterEqualsThan

public static boolean operator_greaterEqualsThan(float a,
                                                 short b)
The binary greaterEqualsThan operator. This is the equivalent to the Java >= operator.

Parameters:
a - a float.
b - a short.
Returns:
a>=b
Since:
2.3

operator_equals

public static boolean operator_equals(float a,
                                      short b)
The binary equals operator. This is the equivalent to the Java == operator.

Parameters:
a - a float.
b - a short.
Returns:
a==b
Since:
2.3

operator_notEquals

public static boolean operator_notEquals(float a,
                                         short b)
The binary notEquals operator. This is the equivalent to the Java != operator.

Parameters:
a - a float.
b - a short.
Returns:
a!=b
Since:
2.3

operator_power

public static double operator_power(float a,
                                    short b)
The binary power operator. This is the equivalent to the Java's Math.pow() function.

Parameters:
a - a float.
b - a short.
Returns:
Math.pow(a, b)
Since:
2.3

operator_plus

public static float operator_plus(float a,
                                  byte b)
The binary plus operator. This is the equivalent to the Java + operator.

Parameters:
a - a float.
b - a byte.
Returns:
a+b
Since:
2.3

operator_minus

public static float operator_minus(float a,
                                   byte b)
The binary minus operator. This is the equivalent to the Java - operator.

Parameters:
a - a float.
b - a byte.
Returns:
a-b
Since:
2.3

operator_multiply

public static float operator_multiply(float a,
                                      byte b)
The binary multiply operator. This is the equivalent to the Java * operator.

Parameters:
a - a float.
b - a byte.
Returns:
a*b
Since:
2.3

operator_divide

public static float operator_divide(float a,
                                    byte b)
The binary divide operator. This is the equivalent to the Java / operator.

Parameters:
a - a float.
b - a byte.
Returns:
a/b
Since:
2.3

operator_modulo

public static float operator_modulo(float a,
                                    byte b)
The binary modulo operator. This is the equivalent to the Java % operator.

Parameters:
a - a float.
b - a byte.
Returns:
a%b
Since:
2.3

operator_lessThan

public static boolean operator_lessThan(float a,
                                        byte b)
The binary lessThan operator. This is the equivalent to the Java < operator.

Parameters:
a - a float.
b - a byte.
Returns:
a<b
Since:
2.3

operator_lessEqualsThan

public static boolean operator_lessEqualsThan(float a,
                                              byte b)
The binary lessEqualsThan operator. This is the equivalent to the Java <= operator.

Parameters:
a - a float.
b - a byte.
Returns:
a<=b
Since:
2.3

operator_greaterThan

public static boolean operator_greaterThan(float a,
                                           byte b)
The binary greaterThan operator. This is the equivalent to the Java > operator.

Parameters:
a - a float.
b - a byte.
Returns:
a>b
Since:
2.3

operator_greaterEqualsThan

public static boolean operator_greaterEqualsThan(float a,
                                                 byte b)
The binary greaterEqualsThan operator. This is the equivalent to the Java >= operator.

Parameters:
a - a float.
b - a byte.
Returns:
a>=b
Since:
2.3

operator_equals

public static boolean operator_equals(float a,
                                      byte b)
The binary equals operator. This is the equivalent to the Java == operator.

Parameters:
a - a float.
b - a byte.
Returns:
a==b
Since:
2.3

operator_notEquals

public static boolean operator_notEquals(float a,
                                         byte b)
The binary notEquals operator. This is the equivalent to the Java != operator.

Parameters:
a - a float.
b - a byte.
Returns:
a!=b
Since:
2.3

operator_power

public static double operator_power(float a,
                                    byte b)
The binary power operator. This is the equivalent to the Java's Math.pow() function.

Parameters:
a - a float.
b - a byte.
Returns:
Math.pow(a, b)
Since:
2.3