@GwtCompatible
public class DoubleExtensions
extends java.lang.Object
floating point numbers, e.g. double or Double.| Constructor and Description |
|---|
DoubleExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static double |
operator_divide(double a,
byte b)
The binary
divide operator. |
static double |
operator_divide(double a,
char b)
The binary
divide operator. |
static double |
operator_divide(double a,
double b)
The binary
divide operator. |
static double |
operator_divide(double a,
float b)
The binary
divide operator. |
static double |
operator_divide(double a,
int b)
The binary
divide operator. |
static double |
operator_divide(double a,
long b)
The binary
divide operator. |
static double |
operator_divide(java.lang.Double a,
java.lang.Number b)
The binary
divide operator. |
static double |
operator_divide(double a,
short b)
The binary
divide operator. |
static boolean |
operator_equals(double a,
byte b)
The binary
equals operator. |
static boolean |
operator_equals(double a,
char b)
The binary
equals operator. |
static boolean |
operator_equals(double a,
double b)
The binary
equals operator. |
static boolean |
operator_equals(double a,
float b)
The binary
equals operator. |
static boolean |
operator_equals(double a,
int b)
The binary
equals operator. |
static boolean |
operator_equals(double a,
long b)
The binary
equals operator. |
static boolean |
operator_equals(double a,
short b)
The binary
equals operator. |
static boolean |
operator_greaterEqualsThan(double a,
byte b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterEqualsThan(double a,
char b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterEqualsThan(double a,
double b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterEqualsThan(double a,
float b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterEqualsThan(double a,
int b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterEqualsThan(double a,
long b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterEqualsThan(double a,
short b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterThan(double a,
byte b)
The binary
greaterThan operator. |
static boolean |
operator_greaterThan(double a,
char b)
The binary
greaterThan operator. |
static boolean |
operator_greaterThan(double a,
double b)
The binary
greaterThan operator. |
static boolean |
operator_greaterThan(double a,
float b)
The binary
greaterThan operator. |
static boolean |
operator_greaterThan(double a,
int b)
The binary
greaterThan operator. |
static boolean |
operator_greaterThan(double a,
long b)
The binary
greaterThan operator. |
static boolean |
operator_greaterThan(double a,
short b)
The binary
greaterThan operator. |
static boolean |
operator_lessEqualsThan(double a,
byte b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessEqualsThan(double a,
char b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessEqualsThan(double a,
double b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessEqualsThan(double a,
float b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessEqualsThan(double a,
int b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessEqualsThan(double a,
long b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessEqualsThan(double a,
short b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessThan(double a,
byte b)
The binary
lessThan operator. |
static boolean |
operator_lessThan(double a,
char b)
The binary
lessThan operator. |
static boolean |
operator_lessThan(double a,
double b)
The binary
lessThan operator. |
static boolean |
operator_lessThan(double a,
float b)
The binary
lessThan operator. |
static boolean |
operator_lessThan(double a,
int b)
The binary
lessThan operator. |
static boolean |
operator_lessThan(double a,
long b)
The binary
lessThan operator. |
static boolean |
operator_lessThan(double a,
short b)
The binary
lessThan operator. |
static double |
operator_minus(double d)
The unary
minus operator. |
static double |
operator_minus(java.lang.Double a)
The unary
minus operator. |
static double |
operator_minus(double a,
byte b)
The binary
minus operator. |
static double |
operator_minus(double a,
char b)
The binary
minus operator. |
static double |
operator_minus(double a,
double b)
The binary
minus operator. |
static double |
operator_minus(double a,
float b)
The binary
minus operator. |
static double |
operator_minus(double a,
int b)
The binary
minus operator. |
static double |
operator_minus(double a,
long b)
The binary
minus operator. |
static double |
operator_minus(java.lang.Double a,
java.lang.Number b)
The binary
minus operator. |
static double |
operator_minus(double a,
short b)
The binary
minus operator. |
static double |
operator_minusMinus(double d)
The postfix
decrement operator. |
static java.lang.Double |
operator_minusMinus(java.lang.Double d)
The postfix
decrement operator. |
static double |
operator_modulo(double a,
byte b)
The binary
modulo operator. |
static double |
operator_modulo(double a,
char b)
The binary
modulo operator. |
static double |
operator_modulo(double a,
double b)
The binary
modulo operator. |
static double |
operator_modulo(double a,
float b)
The binary
modulo operator. |
static double |
operator_modulo(double a,
int b)
The binary
modulo operator. |
static double |
operator_modulo(double a,
long b)
The binary
modulo operator. |
static double |
operator_modulo(double a,
short b)
The binary
modulo operator. |
static double |
operator_multiply(double a,
byte b)
The binary
multiply operator. |
static double |
operator_multiply(double a,
char b)
The binary
multiply operator. |
static double |
operator_multiply(double a,
double b)
The binary
multiply operator. |
static double |
operator_multiply(double a,
float b)
The binary
multiply operator. |
static double |
operator_multiply(double a,
int b)
The binary
multiply operator. |
static double |
operator_multiply(double a,
long b)
The binary
multiply operator. |
static double |
operator_multiply(java.lang.Double a,
java.lang.Number b)
The binary
times operator. |
static double |
operator_multiply(double a,
short b)
The binary
multiply operator. |
static boolean |
operator_notEquals(double a,
byte b)
The binary
notEquals operator. |
static boolean |
operator_notEquals(double a,
char b)
The binary
notEquals operator. |
static boolean |
operator_notEquals(double a,
double b)
The binary
notEquals operator. |
static boolean |
operator_notEquals(double a,
float b)
The binary
notEquals operator. |
static boolean |
operator_notEquals(double a,
int b)
The binary
notEquals operator. |
static boolean |
operator_notEquals(double a,
long b)
The binary
notEquals operator. |
static boolean |
operator_notEquals(double a,
short b)
The binary
notEquals operator. |
static double |
operator_plus(double a,
byte b)
The binary
plus operator. |
static double |
operator_plus(double a,
char b)
The binary
plus operator. |
static double |
operator_plus(double a,
double b)
The binary
plus operator. |
static double |
operator_plus(double a,
float b)
The binary
plus operator. |
static double |
operator_plus(double a,
int b)
The binary
plus operator. |
static double |
operator_plus(double a,
long b)
The binary
plus operator. |
static double |
operator_plus(java.lang.Double a,
java.lang.Number b)
The binary
plus operator. |
static double |
operator_plus(double a,
short b)
The binary
plus operator. |
static double |
operator_plusPlus(double d)
The postfix
increment operator. |
static java.lang.Double |
operator_plusPlus(java.lang.Double d)
The postfix
increment operator. |
static double |
operator_power(double a,
byte b)
The binary
power operator. |
static double |
operator_power(double a,
char b)
The binary
power operator. |
static double |
operator_power(double a,
double b)
The binary
power operator. |
static double |
operator_power(double a,
float b)
The binary
power operator. |
static double |
operator_power(double a,
int b)
The binary
power operator. |
static double |
operator_power(double a,
long b)
The binary
power operator. |
static double |
operator_power(java.lang.Double a,
java.lang.Number b)
The
power operator. |
static double |
operator_power(double a,
short b)
The binary
power operator. |
static boolean |
operator_tripleEquals(double a,
byte b)
The
identity equals operator. |
static boolean |
operator_tripleEquals(double a,
char b)
The
identity equals operator. |
static boolean |
operator_tripleEquals(double a,
double b)
The
identity equals operator. |
static boolean |
operator_tripleEquals(double a,
float b)
The
identity equals operator. |
static boolean |
operator_tripleEquals(double a,
int b)
The
identity equals operator. |
static boolean |
operator_tripleEquals(double a,
long b)
The
identity equals operator. |
static boolean |
operator_tripleEquals(double a,
short b)
The
identity equals operator. |
static boolean |
operator_tripleNotEquals(double a,
byte b)
The
identity not equals operator. |
static boolean |
operator_tripleNotEquals(double a,
char b)
The
identity not equals operator. |
static boolean |
operator_tripleNotEquals(double a,
double b)
The
identity not equals operator. |
static boolean |
operator_tripleNotEquals(double a,
float b)
The
identity not equals operator. |
static boolean |
operator_tripleNotEquals(double a,
int b)
The
identity not equals operator. |
static boolean |
operator_tripleNotEquals(double a,
long b)
The
identity not equals operator. |
static boolean |
operator_tripleNotEquals(double a,
short b)
The
identity not equals operator. |
@Pure public static double operator_minus(java.lang.Double a)
minus operator. This is the equivalent to the unary java - operator.a - a double. May not be null.-ajava.lang.NullPointerException - if a is null.@Pure public static double operator_plus(java.lang.Double a, java.lang.Number b)
plus operator. This is the equivalent to the java + operator.a - a double. May not be null.b - a number. May not be null.a+bjava.lang.NullPointerException - if a or b is null.@Pure public static double operator_minus(java.lang.Double a, java.lang.Number b)
minus operator. This is the equivalent to the java - operator.a - a double. May not be null.b - a number. May not be null.a-bjava.lang.NullPointerException - if a or b is null.@Pure public static double operator_power(java.lang.Double a, java.lang.Number b)
power operator.a - a double. May not be null.b - a number. May not be null.a ** bjava.lang.NullPointerException - if a or b is null.public static double operator_multiply(java.lang.Double a,
java.lang.Number b)
times operator. This is the equivalent to the java * operator.a - a double. May not be null.b - a number. May not be null.a*bjava.lang.NullPointerException - if a or b is null.@Pure public static double operator_divide(java.lang.Double a, java.lang.Number b)
divide operator. This is the equivalent to the java / operator. That is, the
result will be the integral result of the division, e.g. operator_divide(1, 2) yields 0
.a - a double. May not be null.b - a number. May not be null.a/bjava.lang.NullPointerException - if a or b is null.@Pure public static double operator_minus(double d)
minus operator. This is the equivalent to the Java's - function.d - a double.-dpublic static double operator_minusMinus(double d)
decrement operator. This is the equivalent to the Java's -- postfix function.d - a double.d--public static java.lang.Double operator_minusMinus(java.lang.Double d)
decrement operator. This is the equivalent to the Java's -- postfix function.d - a double.d--public static double operator_plusPlus(double d)
increment operator. This is the equivalent to the Java's ++ postfix function.d - a double.d++public static java.lang.Double operator_plusPlus(java.lang.Double d)
increment operator. This is the equivalent to the Java's ++ postfix function.d - a double.d++@Pure public static double operator_plus(double a, double b)
plus operator. This is the equivalent to the Java + operator.a - a double.b - a double.a+b@Pure public static double operator_minus(double a, double b)
minus operator. This is the equivalent to the Java - operator.a - a double.b - a double.a-b@Pure public static double operator_multiply(double a, double b)
multiply operator. This is the equivalent to the Java * operator.a - a double.b - a double.a*b@Pure public static double operator_divide(double a, double b)
divide operator. This is the equivalent to the Java / operator.a - a double.b - a double.a/b@Pure public static double operator_modulo(double a, double b)
modulo operator. This is the equivalent to the Java % operator.a - a double.b - a double.a%b@Pure public static boolean operator_lessThan(double a, double b)
lessThan operator. This is the equivalent to the Java < operator.a - a double.b - a double.a<b@Pure public static boolean operator_lessEqualsThan(double a, double b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a double.b - a double.a<=b@Pure public static boolean operator_greaterThan(double a, double b)
greaterThan operator. This is the equivalent to the Java > operator.a - a double.b - a double.a>b@Pure public static boolean operator_greaterEqualsThan(double a, double b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a double.b - a double.a>=b@Pure public static boolean operator_equals(double a, double b)
equals operator. This is the equivalent to the Java == operator.a - a double.b - a double.a==b@Pure public static boolean operator_notEquals(double a, double b)
notEquals operator. This is the equivalent to the Java != operator.a - a double.b - a double.a!=b@Pure public static double operator_power(double a, double b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a double.b - a double.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(double a, double b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a double.b - a double.a == b@Pure public static boolean operator_tripleNotEquals(double a, double b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a double.b - a double.a != b@Pure public static double operator_plus(double a, float b)
plus operator. This is the equivalent to the Java + operator.a - a double.b - a float.a+b@Pure public static double operator_minus(double a, float b)
minus operator. This is the equivalent to the Java - operator.a - a double.b - a float.a-b@Pure public static double operator_multiply(double a, float b)
multiply operator. This is the equivalent to the Java * operator.a - a double.b - a float.a*b@Pure public static double operator_divide(double a, float b)
divide operator. This is the equivalent to the Java / operator.a - a double.b - a float.a/b@Pure public static double operator_modulo(double a, float b)
modulo operator. This is the equivalent to the Java % operator.a - a double.b - a float.a%b@Pure public static boolean operator_lessThan(double a, float b)
lessThan operator. This is the equivalent to the Java < operator.a - a double.b - a float.a<b@Pure public static boolean operator_lessEqualsThan(double a, float b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a double.b - a float.a<=b@Pure public static boolean operator_greaterThan(double a, float b)
greaterThan operator. This is the equivalent to the Java > operator.a - a double.b - a float.a>b@Pure public static boolean operator_greaterEqualsThan(double a, float b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a double.b - a float.a>=b@Pure public static boolean operator_equals(double a, float b)
equals operator. This is the equivalent to the Java == operator.a - a double.b - a float.a==b@Pure public static boolean operator_notEquals(double a, float b)
notEquals operator. This is the equivalent to the Java != operator.a - a double.b - a float.a!=b@Pure public static double operator_power(double a, float b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a double.b - a float.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(double a, float b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a double.b - a float.a == b@Pure public static boolean operator_tripleNotEquals(double a, float b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a double.b - a float.a != b@Pure public static double operator_plus(double a, long b)
plus operator. This is the equivalent to the Java + operator.a - a double.b - a long.a+b@Pure public static double operator_minus(double a, long b)
minus operator. This is the equivalent to the Java - operator.a - a double.b - a long.a-b@Pure public static double operator_multiply(double a, long b)
multiply operator. This is the equivalent to the Java * operator.a - a double.b - a long.a*b@Pure public static double operator_divide(double a, long b)
divide operator. This is the equivalent to the Java / operator.a - a double.b - a long.a/b@Pure public static double operator_modulo(double a, long b)
modulo operator. This is the equivalent to the Java % operator.a - a double.b - a long.a%b@Pure public static boolean operator_lessThan(double a, long b)
lessThan operator. This is the equivalent to the Java < operator.a - a double.b - a long.a<b@Pure public static boolean operator_lessEqualsThan(double a, long b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a double.b - a long.a<=b@Pure public static boolean operator_greaterThan(double a, long b)
greaterThan operator. This is the equivalent to the Java > operator.a - a double.b - a long.a>b@Pure public static boolean operator_greaterEqualsThan(double a, long b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a double.b - a long.a>=b@Pure public static boolean operator_equals(double a, long b)
equals operator. This is the equivalent to the Java == operator.a - a double.b - a long.a==b@Pure public static boolean operator_notEquals(double a, long b)
notEquals operator. This is the equivalent to the Java != operator.a - a double.b - a long.a!=b@Pure public static double operator_power(double a, long b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a double.b - a long.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(double a, long b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a double.b - a long.a == b@Pure public static boolean operator_tripleNotEquals(double a, long b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a double.b - a long.a != b@Pure public static double operator_plus(double a, int b)
plus operator. This is the equivalent to the Java + operator.a - a double.b - an integer.a+b@Pure public static double operator_minus(double a, int b)
minus operator. This is the equivalent to the Java - operator.a - a double.b - an integer.a-b@Pure public static double operator_multiply(double a, int b)
multiply operator. This is the equivalent to the Java * operator.a - a double.b - an integer.a*b@Pure public static double operator_divide(double a, int b)
divide operator. This is the equivalent to the Java / operator.a - a double.b - an integer.a/b@Pure public static double operator_modulo(double a, int b)
modulo operator. This is the equivalent to the Java % operator.a - a double.b - an integer.a%b@Pure public static boolean operator_lessThan(double a, int b)
lessThan operator. This is the equivalent to the Java < operator.a - a double.b - an integer.a<b@Pure public static boolean operator_lessEqualsThan(double a, int b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a double.b - an integer.a<=b@Pure public static boolean operator_greaterThan(double a, int b)
greaterThan operator. This is the equivalent to the Java > operator.a - a double.b - an integer.a>b@Pure public static boolean operator_greaterEqualsThan(double a, int b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a double.b - an integer.a>=b@Pure public static boolean operator_equals(double a, int b)
equals operator. This is the equivalent to the Java == operator.a - a double.b - an integer.a==b@Pure public static boolean operator_notEquals(double a, int b)
notEquals operator. This is the equivalent to the Java != operator.a - a double.b - an integer.a!=b@Pure public static double operator_power(double a, int b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a double.b - an integer.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(double a, int b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a double.b - an integer.a == b@Pure public static boolean operator_tripleNotEquals(double a, int b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a double.b - an integer.a != b@Pure public static double operator_plus(double a, char b)
plus operator. This is the equivalent to the Java + operator.a - a double.b - a character.a+b@Pure public static double operator_minus(double a, char b)
minus operator. This is the equivalent to the Java - operator.a - a double.b - a character.a-b@Pure public static double operator_multiply(double a, char b)
multiply operator. This is the equivalent to the Java * operator.a - a double.b - a character.a*b@Pure public static double operator_divide(double a, char b)
divide operator. This is the equivalent to the Java / operator.a - a double.b - a character.a/b@Pure public static double operator_modulo(double a, char b)
modulo operator. This is the equivalent to the Java % operator.a - a double.b - a character.a%b@Pure public static boolean operator_lessThan(double a, char b)
lessThan operator. This is the equivalent to the Java < operator.a - a double.b - a character.a<b@Pure public static boolean operator_lessEqualsThan(double a, char b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a double.b - a character.a<=b@Pure public static boolean operator_greaterThan(double a, char b)
greaterThan operator. This is the equivalent to the Java > operator.a - a double.b - a character.a>b@Pure public static boolean operator_greaterEqualsThan(double a, char b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a double.b - a character.a>=b@Pure public static boolean operator_equals(double a, char b)
equals operator. This is the equivalent to the Java == operator.a - a double.b - a character.a==b@Pure public static boolean operator_notEquals(double a, char b)
notEquals operator. This is the equivalent to the Java != operator.a - a double.b - a character.a!=b@Pure public static double operator_power(double a, char b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a double.b - a character.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(double a, char b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a double.b - a character.a == b@Pure public static boolean operator_tripleNotEquals(double a, char b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a double.b - a character.a != b@Pure public static double operator_plus(double a, short b)
plus operator. This is the equivalent to the Java + operator.a - a double.b - a short.a+b@Pure public static double operator_minus(double a, short b)
minus operator. This is the equivalent to the Java - operator.a - a double.b - a short.a-b@Pure public static double operator_multiply(double a, short b)
multiply operator. This is the equivalent to the Java * operator.a - a double.b - a short.a*b@Pure public static double operator_divide(double a, short b)
divide operator. This is the equivalent to the Java / operator.a - a double.b - a short.a/b@Pure public static double operator_modulo(double a, short b)
modulo operator. This is the equivalent to the Java % operator.a - a double.b - a short.a%b@Pure public static boolean operator_lessThan(double a, short b)
lessThan operator. This is the equivalent to the Java < operator.a - a double.b - a short.a<b@Pure public static boolean operator_lessEqualsThan(double a, short b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a double.b - a short.a<=b@Pure public static boolean operator_greaterThan(double a, short b)
greaterThan operator. This is the equivalent to the Java > operator.a - a double.b - a short.a>b@Pure public static boolean operator_greaterEqualsThan(double a, short b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a double.b - a short.a>=b@Pure public static boolean operator_equals(double a, short b)
equals operator. This is the equivalent to the Java == operator.a - a double.b - a short.a==b@Pure public static boolean operator_notEquals(double a, short b)
notEquals operator. This is the equivalent to the Java != operator.a - a double.b - a short.a!=b@Pure public static double operator_power(double a, short b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a double.b - a short.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(double a, short b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a double.b - a short.a == b@Pure public static boolean operator_tripleNotEquals(double a, short b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a double.b - a short.a != b@Pure public static double operator_plus(double a, byte b)
plus operator. This is the equivalent to the Java + operator.a - a double.b - a byte.a+b@Pure public static double operator_minus(double a, byte b)
minus operator. This is the equivalent to the Java - operator.a - a double.b - a byte.a-b@Pure public static double operator_multiply(double a, byte b)
multiply operator. This is the equivalent to the Java * operator.a - a double.b - a byte.a*b@Pure public static double operator_divide(double a, byte b)
divide operator. This is the equivalent to the Java / operator.a - a double.b - a byte.a/b@Pure public static double operator_modulo(double a, byte b)
modulo operator. This is the equivalent to the Java % operator.a - a double.b - a byte.a%b@Pure public static boolean operator_lessThan(double a, byte b)
lessThan operator. This is the equivalent to the Java < operator.a - a double.b - a byte.a<b@Pure public static boolean operator_lessEqualsThan(double a, byte b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a double.b - a byte.a<=b@Pure public static boolean operator_greaterThan(double a, byte b)
greaterThan operator. This is the equivalent to the Java > operator.a - a double.b - a byte.a>b@Pure public static boolean operator_greaterEqualsThan(double a, byte b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a double.b - a byte.a>=b@Pure public static boolean operator_equals(double a, byte b)
equals operator. This is the equivalent to the Java == operator.a - a double.b - a byte.a==b@Pure public static boolean operator_notEquals(double a, byte b)
notEquals operator. This is the equivalent to the Java != operator.a - a double.b - a byte.a!=b@Pure public static double operator_power(double a, byte b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a double.b - a byte.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(double a, byte b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a double.b - a byte.a == b@Pure public static boolean operator_tripleNotEquals(double a, byte b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a double.b - a byte.a != b