java.lang.Object
org.eclipse.xtext.xbase.lib.DoubleExtensions
- Since:
- 2.3
- Author:
- Jan Koehnlein - Initial contribution and API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doubleoperator_divide(double a, byte b) The binarydivideoperator.static doubleoperator_divide(double a, char b) The binarydivideoperator.static doubleoperator_divide(double a, double b) The binarydivideoperator.static doubleoperator_divide(double a, float b) The binarydivideoperator.static doubleoperator_divide(double a, int b) The binarydivideoperator.static doubleoperator_divide(double a, long b) The binarydivideoperator.static doubleoperator_divide(double a, short b) The binarydivideoperator.static doubleoperator_divide(Double a, Number b) The binarydivideoperator.static booleanoperator_equals(double a, byte b) The binaryequalsoperator.static booleanoperator_equals(double a, char b) The binaryequalsoperator.static booleanoperator_equals(double a, double b) The binaryequalsoperator.static booleanoperator_equals(double a, float b) The binaryequalsoperator.static booleanoperator_equals(double a, int b) The binaryequalsoperator.static booleanoperator_equals(double a, long b) The binaryequalsoperator.static booleanoperator_equals(double a, short b) The binaryequalsoperator.static booleanoperator_greaterEqualsThan(double a, byte b) The binarygreaterEqualsThanoperator.static booleanoperator_greaterEqualsThan(double a, char b) The binarygreaterEqualsThanoperator.static booleanoperator_greaterEqualsThan(double a, double b) The binarygreaterEqualsThanoperator.static booleanoperator_greaterEqualsThan(double a, float b) The binarygreaterEqualsThanoperator.static booleanoperator_greaterEqualsThan(double a, int b) The binarygreaterEqualsThanoperator.static booleanoperator_greaterEqualsThan(double a, long b) The binarygreaterEqualsThanoperator.static booleanoperator_greaterEqualsThan(double a, short b) The binarygreaterEqualsThanoperator.static booleanoperator_greaterThan(double a, byte b) The binarygreaterThanoperator.static booleanoperator_greaterThan(double a, char b) The binarygreaterThanoperator.static booleanoperator_greaterThan(double a, double b) The binarygreaterThanoperator.static booleanoperator_greaterThan(double a, float b) The binarygreaterThanoperator.static booleanoperator_greaterThan(double a, int b) The binarygreaterThanoperator.static booleanoperator_greaterThan(double a, long b) The binarygreaterThanoperator.static booleanoperator_greaterThan(double a, short b) The binarygreaterThanoperator.static booleanoperator_lessEqualsThan(double a, byte b) The binarylessEqualsThanoperator.static booleanoperator_lessEqualsThan(double a, char b) The binarylessEqualsThanoperator.static booleanoperator_lessEqualsThan(double a, double b) The binarylessEqualsThanoperator.static booleanoperator_lessEqualsThan(double a, float b) The binarylessEqualsThanoperator.static booleanoperator_lessEqualsThan(double a, int b) The binarylessEqualsThanoperator.static booleanoperator_lessEqualsThan(double a, long b) The binarylessEqualsThanoperator.static booleanoperator_lessEqualsThan(double a, short b) The binarylessEqualsThanoperator.static booleanoperator_lessThan(double a, byte b) The binarylessThanoperator.static booleanoperator_lessThan(double a, char b) The binarylessThanoperator.static booleanoperator_lessThan(double a, double b) The binarylessThanoperator.static booleanoperator_lessThan(double a, float b) The binarylessThanoperator.static booleanoperator_lessThan(double a, int b) The binarylessThanoperator.static booleanoperator_lessThan(double a, long b) The binarylessThanoperator.static booleanoperator_lessThan(double a, short b) The binarylessThanoperator.static doubleoperator_minus(double d) The unaryminusoperator.static doubleoperator_minus(double a, byte b) The binaryminusoperator.static doubleoperator_minus(double a, char b) The binaryminusoperator.static doubleoperator_minus(double a, double b) The binaryminusoperator.static doubleoperator_minus(double a, float b) The binaryminusoperator.static doubleoperator_minus(double a, int b) The binaryminusoperator.static doubleoperator_minus(double a, long b) The binaryminusoperator.static doubleoperator_minus(double a, short b) The binaryminusoperator.static doubleThe unaryminusoperator.static doubleoperator_minus(Double a, Number b) The binaryminusoperator.static doubleoperator_minusMinus(double d) The postfixdecrementoperator.static DoubleThe postfixdecrementoperator.static doubleoperator_modulo(double a, byte b) The binarymodulooperator.static doubleoperator_modulo(double a, char b) The binarymodulooperator.static doubleoperator_modulo(double a, double b) The binarymodulooperator.static doubleoperator_modulo(double a, float b) The binarymodulooperator.static doubleoperator_modulo(double a, int b) The binarymodulooperator.static doubleoperator_modulo(double a, long b) The binarymodulooperator.static doubleoperator_modulo(double a, short b) The binarymodulooperator.static doubleoperator_multiply(double a, byte b) The binarymultiplyoperator.static doubleoperator_multiply(double a, char b) The binarymultiplyoperator.static doubleoperator_multiply(double a, double b) The binarymultiplyoperator.static doubleoperator_multiply(double a, float b) The binarymultiplyoperator.static doubleoperator_multiply(double a, int b) The binarymultiplyoperator.static doubleoperator_multiply(double a, long b) The binarymultiplyoperator.static doubleoperator_multiply(double a, short b) The binarymultiplyoperator.static doubleoperator_multiply(Double a, Number b) The binarytimesoperator.static booleanoperator_notEquals(double a, byte b) The binarynotEqualsoperator.static booleanoperator_notEquals(double a, char b) The binarynotEqualsoperator.static booleanoperator_notEquals(double a, double b) The binarynotEqualsoperator.static booleanoperator_notEquals(double a, float b) The binarynotEqualsoperator.static booleanoperator_notEquals(double a, int b) The binarynotEqualsoperator.static booleanoperator_notEquals(double a, long b) The binarynotEqualsoperator.static booleanoperator_notEquals(double a, short b) The binarynotEqualsoperator.static doubleoperator_plus(double a, byte b) The binaryplusoperator.static doubleoperator_plus(double a, char b) The binaryplusoperator.static doubleoperator_plus(double a, double b) The binaryplusoperator.static doubleoperator_plus(double a, float b) The binaryplusoperator.static doubleoperator_plus(double a, int b) The binaryplusoperator.static doubleoperator_plus(double a, long b) The binaryplusoperator.static doubleoperator_plus(double a, short b) The binaryplusoperator.static doubleoperator_plus(Double a, Number b) The binaryplusoperator.static doubleoperator_plusPlus(double d) The postfixincrementoperator.static DoubleThe postfixincrementoperator.static doubleoperator_power(double a, byte b) The binarypoweroperator.static doubleoperator_power(double a, char b) The binarypoweroperator.static doubleoperator_power(double a, double b) The binarypoweroperator.static doubleoperator_power(double a, float b) The binarypoweroperator.static doubleoperator_power(double a, int b) The binarypoweroperator.static doubleoperator_power(double a, long b) The binarypoweroperator.static doubleoperator_power(double a, short b) The binarypoweroperator.static doubleoperator_power(Double a, Number b) Thepoweroperator.static booleanoperator_tripleEquals(double a, byte b) Theidentity equalsoperator.static booleanoperator_tripleEquals(double a, char b) Theidentity equalsoperator.static booleanoperator_tripleEquals(double a, double b) Theidentity equalsoperator.static booleanoperator_tripleEquals(double a, float b) Theidentity equalsoperator.static booleanoperator_tripleEquals(double a, int b) Theidentity equalsoperator.static booleanoperator_tripleEquals(double a, long b) Theidentity equalsoperator.static booleanoperator_tripleEquals(double a, short b) Theidentity equalsoperator.static booleanoperator_tripleNotEquals(double a, byte b) Theidentity not equalsoperator.static booleanoperator_tripleNotEquals(double a, char b) Theidentity not equalsoperator.static booleanoperator_tripleNotEquals(double a, double b) Theidentity not equalsoperator.static booleanoperator_tripleNotEquals(double a, float b) Theidentity not equalsoperator.static booleanoperator_tripleNotEquals(double a, int b) Theidentity not equalsoperator.static booleanoperator_tripleNotEquals(double a, long b) Theidentity not equalsoperator.static booleanoperator_tripleNotEquals(double a, short b) Theidentity not equalsoperator.
-
Constructor Details
-
DoubleExtensions
public DoubleExtensions()
-
-
Method Details
-
operator_minus
The unaryminusoperator. This is the equivalent to the unary java-operator.- Parameters:
a- a double. May not benull.- Returns:
-a- Throws:
NullPointerException- ifaisnull.
-
operator_plus
The binaryplusoperator. This is the equivalent to the java+operator.- Parameters:
a- a double. May not benull.b- a number. May not benull.- Returns:
a+b- Throws:
NullPointerException- ifaorbisnull.
-
operator_minus
The binaryminusoperator. This is the equivalent to the java-operator.- Parameters:
a- a double. May not benull.b- a number. May not benull.- Returns:
a-b- Throws:
NullPointerException- ifaorbisnull.
-
operator_power
Thepoweroperator.- Parameters:
a- a double. May not benull.b- a number. May not benull.- Returns:
a ** b- Throws:
NullPointerException- ifaorbisnull.
-
operator_multiply
The binarytimesoperator. This is the equivalent to the java*operator.- Parameters:
a- a double. May not benull.b- a number. May not benull.- Returns:
a*b- Throws:
NullPointerException- ifaorbisnull.
-
operator_divide
The binarydivideoperator. 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)yields0.- Parameters:
a- a double. May not benull.b- a number. May not benull.- Returns:
a/b- Throws:
NullPointerException- ifaorbisnull.
-
operator_minus
The unaryminusoperator. This is the equivalent to the Java's-function.- Parameters:
d- a double.- Returns:
-d- Since:
- 2.3
-
operator_minusMinus
public static double operator_minusMinus(double d) The postfixdecrementoperator. This is the equivalent to the Java's--postfix function.- Parameters:
d- a double.- Returns:
d--- Since:
- 2.6
-
operator_minusMinus
The postfixdecrementoperator. This is the equivalent to the Java's--postfix function.- Parameters:
d- a double.- Returns:
d--- Since:
- 2.6
-
operator_plusPlus
public static double operator_plusPlus(double d) The postfixincrementoperator. This is the equivalent to the Java's++postfix function.- Parameters:
d- a double.- Returns:
d++- Since:
- 2.6
-
operator_plusPlus
The postfixincrementoperator. This is the equivalent to the Java's++postfix function.- Parameters:
d- a double.- Returns:
d++- Since:
- 2.6
-
operator_plus
The binaryplusoperator. This is the equivalent to the Java+operator.- Parameters:
a- a double.b- a double.- Returns:
a+b- Since:
- 2.3
-
operator_minus
The binaryminusoperator. This is the equivalent to the Java-operator.- Parameters:
a- a double.b- a double.- Returns:
a-b- Since:
- 2.3
-
operator_multiply
The binarymultiplyoperator. This is the equivalent to the Java*operator.- Parameters:
a- a double.b- a double.- Returns:
a*b- Since:
- 2.3
-
operator_divide
The binarydivideoperator. This is the equivalent to the Java/operator.- Parameters:
a- a double.b- a double.- Returns:
a/b- Since:
- 2.3
-
operator_modulo
The binarymodulooperator. This is the equivalent to the Java%operator.- Parameters:
a- a double.b- a double.- Returns:
a%b- Since:
- 2.3
-
operator_lessThan
The binarylessThanoperator. This is the equivalent to the Java<operator.- Parameters:
a- a double.b- a double.- Returns:
a<b- Since:
- 2.3
-
operator_lessEqualsThan
The binarylessEqualsThanoperator. This is the equivalent to the Java<=operator.- Parameters:
a- a double.b- a double.- Returns:
a<=b- Since:
- 2.3
-
operator_greaterThan
The binarygreaterThanoperator. This is the equivalent to the Java>operator.- Parameters:
a- a double.b- a double.- Returns:
a>b- Since:
- 2.3
-
operator_greaterEqualsThan
The binarygreaterEqualsThanoperator. This is the equivalent to the Java>=operator.- Parameters:
a- a double.b- a double.- Returns:
a>=b- Since:
- 2.3
-
operator_equals
The binaryequalsoperator. This is the equivalent to the Java==operator.- Parameters:
a- a double.b- a double.- Returns:
a==b- Since:
- 2.3
-
operator_notEquals
The binarynotEqualsoperator. This is the equivalent to the Java!=operator.- Parameters:
a- a double.b- a double.- Returns:
a!=b- Since:
- 2.3
-
operator_power
The binarypoweroperator. This is the equivalent to the Java'sMath.pow()function.- Parameters:
a- a double.b- a double.- Returns:
Math.pow(a, b)- Since:
- 2.3
-
operator_tripleEquals
Theidentity equalsoperator. This is the equivalent to Java's==operator.- Parameters:
a- a double.b- a double.- Returns:
a == b- Since:
- 2.4
-
operator_tripleNotEquals
Theidentity not equalsoperator. This is the equivalent to Java's!=operator.- Parameters:
a- a double.b- a double.- Returns:
a != b- Since:
- 2.4
-
operator_plus
The binaryplusoperator. This is the equivalent to the Java+operator.- Parameters:
a- a double.b- a float.- Returns:
a+b- Since:
- 2.3
-
operator_minus
The binaryminusoperator. This is the equivalent to the Java-operator.- Parameters:
a- a double.b- a float.- Returns:
a-b- Since:
- 2.3
-
operator_multiply
The binarymultiplyoperator. This is the equivalent to the Java*operator.- Parameters:
a- a double.b- a float.- Returns:
a*b- Since:
- 2.3
-
operator_divide
The binarydivideoperator. This is the equivalent to the Java/operator.- Parameters:
a- a double.b- a float.- Returns:
a/b- Since:
- 2.3
-
operator_modulo
The binarymodulooperator. This is the equivalent to the Java%operator.- Parameters:
a- a double.b- a float.- Returns:
a%b- Since:
- 2.3
-
operator_lessThan
The binarylessThanoperator. This is the equivalent to the Java<operator.- Parameters:
a- a double.b- a float.- Returns:
a<b- Since:
- 2.3
-
operator_lessEqualsThan
The binarylessEqualsThanoperator. This is the equivalent to the Java<=operator.- Parameters:
a- a double.b- a float.- Returns:
a<=b- Since:
- 2.3
-
operator_greaterThan
The binarygreaterThanoperator. This is the equivalent to the Java>operator.- Parameters:
a- a double.b- a float.- Returns:
a>b- Since:
- 2.3
-
operator_greaterEqualsThan
The binarygreaterEqualsThanoperator. This is the equivalent to the Java>=operator.- Parameters:
a- a double.b- a float.- Returns:
a>=b- Since:
- 2.3
-
operator_equals
The binaryequalsoperator. This is the equivalent to the Java==operator.- Parameters:
a- a double.b- a float.- Returns:
a==b- Since:
- 2.3
-
operator_notEquals
The binarynotEqualsoperator. This is the equivalent to the Java!=operator.- Parameters:
a- a double.b- a float.- Returns:
a!=b- Since:
- 2.3
-
operator_power
The binarypoweroperator. This is the equivalent to the Java'sMath.pow()function.- Parameters:
a- a double.b- a float.- Returns:
Math.pow(a, b)- Since:
- 2.3
-
operator_tripleEquals
Theidentity equalsoperator. This is the equivalent to Java's==operator.- Parameters:
a- a double.b- a float.- Returns:
a == b- Since:
- 2.4
-
operator_tripleNotEquals
Theidentity not equalsoperator. This is the equivalent to Java's!=operator.- Parameters:
a- a double.b- a float.- Returns:
a != b- Since:
- 2.4
-
operator_plus
The binaryplusoperator. This is the equivalent to the Java+operator.- Parameters:
a- a double.b- a long.- Returns:
a+b- Since:
- 2.3
-
operator_minus
The binaryminusoperator. This is the equivalent to the Java-operator.- Parameters:
a- a double.b- a long.- Returns:
a-b- Since:
- 2.3
-
operator_multiply
The binarymultiplyoperator. This is the equivalent to the Java*operator.- Parameters:
a- a double.b- a long.- Returns:
a*b- Since:
- 2.3
-
operator_divide
The binarydivideoperator. This is the equivalent to the Java/operator.- Parameters:
a- a double.b- a long.- Returns:
a/b- Since:
- 2.3
-
operator_modulo
The binarymodulooperator. This is the equivalent to the Java%operator.- Parameters:
a- a double.b- a long.- Returns:
a%b- Since:
- 2.3
-
operator_lessThan
The binarylessThanoperator. This is the equivalent to the Java<operator.- Parameters:
a- a double.b- a long.- Returns:
a<b- Since:
- 2.3
-
operator_lessEqualsThan
The binarylessEqualsThanoperator. This is the equivalent to the Java<=operator.- Parameters:
a- a double.b- a long.- Returns:
a<=b- Since:
- 2.3
-
operator_greaterThan
The binarygreaterThanoperator. This is the equivalent to the Java>operator.- Parameters:
a- a double.b- a long.- Returns:
a>b- Since:
- 2.3
-
operator_greaterEqualsThan
The binarygreaterEqualsThanoperator. This is the equivalent to the Java>=operator.- Parameters:
a- a double.b- a long.- Returns:
a>=b- Since:
- 2.3
-
operator_equals
The binaryequalsoperator. This is the equivalent to the Java==operator.- Parameters:
a- a double.b- a long.- Returns:
a==b- Since:
- 2.3
-
operator_notEquals
The binarynotEqualsoperator. This is the equivalent to the Java!=operator.- Parameters:
a- a double.b- a long.- Returns:
a!=b- Since:
- 2.3
-
operator_power
The binarypoweroperator. This is the equivalent to the Java'sMath.pow()function.- Parameters:
a- a double.b- a long.- Returns:
Math.pow(a, b)- Since:
- 2.3
-
operator_tripleEquals
Theidentity equalsoperator. This is the equivalent to Java's==operator.- Parameters:
a- a double.b- a long.- Returns:
a == b- Since:
- 2.4
-
operator_tripleNotEquals
Theidentity not equalsoperator. This is the equivalent to Java's!=operator.- Parameters:
a- a double.b- a long.- Returns:
a != b- Since:
- 2.4
-
operator_plus
The binaryplusoperator. This is the equivalent to the Java+operator.- Parameters:
a- a double.b- an integer.- Returns:
a+b- Since:
- 2.3
-
operator_minus
The binaryminusoperator. This is the equivalent to the Java-operator.- Parameters:
a- a double.b- an integer.- Returns:
a-b- Since:
- 2.3
-
operator_multiply
The binarymultiplyoperator. This is the equivalent to the Java*operator.- Parameters:
a- a double.b- an integer.- Returns:
a*b- Since:
- 2.3
-
operator_divide
The binarydivideoperator. This is the equivalent to the Java/operator.- Parameters:
a- a double.b- an integer.- Returns:
a/b- Since:
- 2.3
-
operator_modulo
The binarymodulooperator. This is the equivalent to the Java%operator.- Parameters:
a- a double.b- an integer.- Returns:
a%b- Since:
- 2.3
-
operator_lessThan
The binarylessThanoperator. This is the equivalent to the Java<operator.- Parameters:
a- a double.b- an integer.- Returns:
a<b- Since:
- 2.3
-
operator_lessEqualsThan
The binarylessEqualsThanoperator. This is the equivalent to the Java<=operator.- Parameters:
a- a double.b- an integer.- Returns:
a<=b- Since:
- 2.3
-
operator_greaterThan
The binarygreaterThanoperator. This is the equivalent to the Java>operator.- Parameters:
a- a double.b- an integer.- Returns:
a>b- Since:
- 2.3
-
operator_greaterEqualsThan
The binarygreaterEqualsThanoperator. This is the equivalent to the Java>=operator.- Parameters:
a- a double.b- an integer.- Returns:
a>=b- Since:
- 2.3
-
operator_equals
The binaryequalsoperator. This is the equivalent to the Java==operator.- Parameters:
a- a double.b- an integer.- Returns:
a==b- Since:
- 2.3
-
operator_notEquals
The binarynotEqualsoperator. This is the equivalent to the Java!=operator.- Parameters:
a- a double.b- an integer.- Returns:
a!=b- Since:
- 2.3
-
operator_power
The binarypoweroperator. This is the equivalent to the Java'sMath.pow()function.- Parameters:
a- a double.b- an integer.- Returns:
Math.pow(a, b)- Since:
- 2.3
-
operator_tripleEquals
Theidentity equalsoperator. This is the equivalent to Java's==operator.- Parameters:
a- a double.b- an integer.- Returns:
a == b- Since:
- 2.4
-
operator_tripleNotEquals
Theidentity not equalsoperator. This is the equivalent to Java's!=operator.- Parameters:
a- a double.b- an integer.- Returns:
a != b- Since:
- 2.4
-
operator_plus
The binaryplusoperator. This is the equivalent to the Java+operator.- Parameters:
a- a double.b- a character.- Returns:
a+b- Since:
- 2.3
-
operator_minus
The binaryminusoperator. This is the equivalent to the Java-operator.- Parameters:
a- a double.b- a character.- Returns:
a-b- Since:
- 2.3
-
operator_multiply
The binarymultiplyoperator. This is the equivalent to the Java*operator.- Parameters:
a- a double.b- a character.- Returns:
a*b- Since:
- 2.3
-
operator_divide
The binarydivideoperator. This is the equivalent to the Java/operator.- Parameters:
a- a double.b- a character.- Returns:
a/b- Since:
- 2.3
-
operator_modulo
The binarymodulooperator. This is the equivalent to the Java%operator.- Parameters:
a- a double.b- a character.- Returns:
a%b- Since:
- 2.3
-
operator_lessThan
The binarylessThanoperator. This is the equivalent to the Java<operator.- Parameters:
a- a double.b- a character.- Returns:
a<b- Since:
- 2.3
-
operator_lessEqualsThan
The binarylessEqualsThanoperator. This is the equivalent to the Java<=operator.- Parameters:
a- a double.b- a character.- Returns:
a<=b- Since:
- 2.3
-
operator_greaterThan
The binarygreaterThanoperator. This is the equivalent to the Java>operator.- Parameters:
a- a double.b- a character.- Returns:
a>b- Since:
- 2.3
-
operator_greaterEqualsThan
The binarygreaterEqualsThanoperator. This is the equivalent to the Java>=operator.- Parameters:
a- a double.b- a character.- Returns:
a>=b- Since:
- 2.3
-
operator_equals
The binaryequalsoperator. This is the equivalent to the Java==operator.- Parameters:
a- a double.b- a character.- Returns:
a==b- Since:
- 2.3
-
operator_notEquals
The binarynotEqualsoperator. This is the equivalent to the Java!=operator.- Parameters:
a- a double.b- a character.- Returns:
a!=b- Since:
- 2.3
-
operator_power
The binarypoweroperator. This is the equivalent to the Java'sMath.pow()function.- Parameters:
a- a double.b- a character.- Returns:
Math.pow(a, b)- Since:
- 2.3
-
operator_tripleEquals
Theidentity equalsoperator. This is the equivalent to Java's==operator.- Parameters:
a- a double.b- a character.- Returns:
a == b- Since:
- 2.4
-
operator_tripleNotEquals
Theidentity not equalsoperator. This is the equivalent to Java's!=operator.- Parameters:
a- a double.b- a character.- Returns:
a != b- Since:
- 2.4
-
operator_plus
The binaryplusoperator. This is the equivalent to the Java+operator.- Parameters:
a- a double.b- a short.- Returns:
a+b- Since:
- 2.3
-
operator_minus
The binaryminusoperator. This is the equivalent to the Java-operator.- Parameters:
a- a double.b- a short.- Returns:
a-b- Since:
- 2.3
-
operator_multiply
The binarymultiplyoperator. This is the equivalent to the Java*operator.- Parameters:
a- a double.b- a short.- Returns:
a*b- Since:
- 2.3
-
operator_divide
The binarydivideoperator. This is the equivalent to the Java/operator.- Parameters:
a- a double.b- a short.- Returns:
a/b- Since:
- 2.3
-
operator_modulo
The binarymodulooperator. This is the equivalent to the Java%operator.- Parameters:
a- a double.b- a short.- Returns:
a%b- Since:
- 2.3
-
operator_lessThan
The binarylessThanoperator. This is the equivalent to the Java<operator.- Parameters:
a- a double.b- a short.- Returns:
a<b- Since:
- 2.3
-
operator_lessEqualsThan
The binarylessEqualsThanoperator. This is the equivalent to the Java<=operator.- Parameters:
a- a double.b- a short.- Returns:
a<=b- Since:
- 2.3
-
operator_greaterThan
The binarygreaterThanoperator. This is the equivalent to the Java>operator.- Parameters:
a- a double.b- a short.- Returns:
a>b- Since:
- 2.3
-
operator_greaterEqualsThan
The binarygreaterEqualsThanoperator. This is the equivalent to the Java>=operator.- Parameters:
a- a double.b- a short.- Returns:
a>=b- Since:
- 2.3
-
operator_equals
The binaryequalsoperator. This is the equivalent to the Java==operator.- Parameters:
a- a double.b- a short.- Returns:
a==b- Since:
- 2.3
-
operator_notEquals
The binarynotEqualsoperator. This is the equivalent to the Java!=operator.- Parameters:
a- a double.b- a short.- Returns:
a!=b- Since:
- 2.3
-
operator_power
The binarypoweroperator. This is the equivalent to the Java'sMath.pow()function.- Parameters:
a- a double.b- a short.- Returns:
Math.pow(a, b)- Since:
- 2.3
-
operator_tripleEquals
Theidentity equalsoperator. This is the equivalent to Java's==operator.- Parameters:
a- a double.b- a short.- Returns:
a == b- Since:
- 2.4
-
operator_tripleNotEquals
Theidentity not equalsoperator. This is the equivalent to Java's!=operator.- Parameters:
a- a double.b- a short.- Returns:
a != b- Since:
- 2.4
-
operator_plus
The binaryplusoperator. This is the equivalent to the Java+operator.- Parameters:
a- a double.b- a byte.- Returns:
a+b- Since:
- 2.3
-
operator_minus
The binaryminusoperator. This is the equivalent to the Java-operator.- Parameters:
a- a double.b- a byte.- Returns:
a-b- Since:
- 2.3
-
operator_multiply
The binarymultiplyoperator. This is the equivalent to the Java*operator.- Parameters:
a- a double.b- a byte.- Returns:
a*b- Since:
- 2.3
-
operator_divide
The binarydivideoperator. This is the equivalent to the Java/operator.- Parameters:
a- a double.b- a byte.- Returns:
a/b- Since:
- 2.3
-
operator_modulo
The binarymodulooperator. This is the equivalent to the Java%operator.- Parameters:
a- a double.b- a byte.- Returns:
a%b- Since:
- 2.3
-
operator_lessThan
The binarylessThanoperator. This is the equivalent to the Java<operator.- Parameters:
a- a double.b- a byte.- Returns:
a<b- Since:
- 2.3
-
operator_lessEqualsThan
The binarylessEqualsThanoperator. This is the equivalent to the Java<=operator.- Parameters:
a- a double.b- a byte.- Returns:
a<=b- Since:
- 2.3
-
operator_greaterThan
The binarygreaterThanoperator. This is the equivalent to the Java>operator.- Parameters:
a- a double.b- a byte.- Returns:
a>b- Since:
- 2.3
-
operator_greaterEqualsThan
The binarygreaterEqualsThanoperator. This is the equivalent to the Java>=operator.- Parameters:
a- a double.b- a byte.- Returns:
a>=b- Since:
- 2.3
-
operator_equals
The binaryequalsoperator. This is the equivalent to the Java==operator.- Parameters:
a- a double.b- a byte.- Returns:
a==b- Since:
- 2.3
-
operator_notEquals
The binarynotEqualsoperator. This is the equivalent to the Java!=operator.- Parameters:
a- a double.b- a byte.- Returns:
a!=b- Since:
- 2.3
-
operator_power
The binarypoweroperator. This is the equivalent to the Java'sMath.pow()function.- Parameters:
a- a double.b- a byte.- Returns:
Math.pow(a, b)- Since:
- 2.3
-
operator_tripleEquals
Theidentity equalsoperator. This is the equivalent to Java's==operator.- Parameters:
a- a double.b- a byte.- Returns:
a == b- Since:
- 2.4
-
operator_tripleNotEquals
Theidentity not equalsoperator. This is the equivalent to Java's!=operator.- Parameters:
a- a double.b- a byte.- Returns:
a != b- Since:
- 2.4
-