JavaThermalFlowStatics
Complete API reference for JavaThermalFlowStatics, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: ThermalFlow
Component: no
public class JavaThermalFlowStatics
Static Methods
| Signature | Returns | Description |
|---|---|---|
convertToString(Object) | String | Performs the convertToString operation using the provided parameters (object). |
extractClass(Object) | Class | Performs the extractClass operation using the provided parameters (object). |
upCast(Object, Class) | T | Performs the upCast operation using the provided parameters (object, type). |
canCast(Object, Class) | boolean | Returns whether cast is true. |
isNull(Object) | boolean | Returns whether null is true. |
notNull(Object) | boolean | Performs the notNull operation using the provided parameters (object). |
equals(boolean, boolean) | boolean | Compares this instance with another for equality/order. |
equals(float, float) | boolean | Compares this instance with another for equality/order. |
equals(float, int) | boolean | Compares this instance with another for equality/order. |
equals(float, double) | boolean | Compares this instance with another for equality/order. |
equals(int, int) | boolean | Compares this instance with another for equality/order. |
equals(int, long) | boolean | Compares this instance with another for equality/order. |
equals(int, short) | boolean | Compares this instance with another for equality/order. |
equals(long, long) | boolean | Compares this instance with another for equality/order. |
equals(double, double) | boolean | Compares this instance with another for equality/order. |
equals(char, char) | boolean | Compares this instance with another for equality/order. |
equals(short, short) | boolean | Compares this instance with another for equality/order. |
equals(byte, byte) | boolean | Compares this instance with another for equality/order. |
greaterThan(float, float) | boolean | Performs the greaterThan operation using the provided parameters (a, b). |
greaterThan(float, int) | boolean | Performs the greaterThan operation using the provided parameters (a, b). |
greaterThan(float, double) | boolean | Performs the greaterThan operation using the provided parameters (a, b). |
greaterThan(int, int) | boolean | Performs the greaterThan operation using the provided parameters (a, b). |
greaterThan(int, long) | boolean | Performs the greaterThan operation using the provided parameters (a, b). |
greaterThan(int, short) | boolean | Performs the greaterThan operation using the provided parameters (a, b). |
greaterThan(long, long) | boolean | Performs the greaterThan operation using the provided parameters (a, b). |
greaterThan(double, double) | boolean | Performs the greaterThan operation using the provided parameters (a, b). |
greaterThan(char, char) | boolean | Performs the greaterThan operation using the provided parameters (a, b). |
greaterThan(short, short) | boolean | Performs the greaterThan operation using the provided parameters (a, b). |
greaterThan(byte, byte) | boolean | Performs the greaterThan operation using the provided parameters (a, b). |
greaterEqualsThan(float, float) | boolean | Performs the greaterEqualsThan operation using the provided parameters (a, b). |
greaterEqualsThan(float, int) | boolean | Performs the greaterEqualsThan operation using the provided parameters (a, b). |
greaterEqualsThan(float, double) | boolean | Performs the greaterEqualsThan operation using the provided parameters (a, b). |
greaterEqualsThan(int, int) | boolean | Performs the greaterEqualsThan operation using the provided parameters (a, b). |
greaterEqualsThan(int, long) | boolean | Performs the greaterEqualsThan operation using the provided parameters (a, b). |
greaterEqualsThan(int, short) | boolean | Performs the greaterEqualsThan operation using the provided parameters (a, b). |
greaterEqualsThan(long, long) | boolean | Performs the greaterEqualsThan operation using the provided parameters (a, b). |
greaterEqualsThan(double, double) | boolean | Performs the greaterEqualsThan operation using the provided parameters (a, b). |
greaterEqualsThan(char, char) | boolean | Performs the greaterEqualsThan operation using the provided parameters (a, b). |
greaterEqualsThan(short, short) | boolean | Performs the greaterEqualsThan operation using the provided parameters (a, b). |
greaterEqualsThan(byte, byte) | boolean | Performs the greaterEqualsThan operation using the provided parameters (a, b). |
lessThan(float, float) | boolean | Performs the lessThan operation using the provided parameters (a, b). |
lessThan(float, int) | boolean | Performs the lessThan operation using the provided parameters (a, b). |
lessThan(float, double) | boolean | Performs the lessThan operation using the provided parameters (a, b). |
lessThan(int, int) | boolean | Performs the lessThan operation using the provided parameters (a, b). |
lessThan(int, long) | boolean | Performs the lessThan operation using the provided parameters (a, b). |
lessThan(int, short) | boolean | Performs the lessThan operation using the provided parameters (a, b). |
lessThan(long, long) | boolean | Performs the lessThan operation using the provided parameters (a, b). |
lessThan(double, double) | boolean | Performs the lessThan operation using the provided parameters (a, b). |
lessThan(char, char) | boolean | Performs the lessThan operation using the provided parameters (a, b). |
lessThan(short, short) | boolean | Performs the lessThan operation using the provided parameters (a, b). |
lessThan(byte, byte) | boolean | Performs the lessThan operation using the provided parameters (a, b). |
lessEqualThan(float, float) | boolean | Performs the lessEqualThan operation using the provided parameters (a, b). |
lessEqualThan(float, int) | boolean | Performs the lessEqualThan operation using the provided parameters (a, b). |
lessEqualThan(float, double) | boolean | Performs the lessEqualThan operation using the provided parameters (a, b). |
lessEqualThan(int, int) | boolean | Performs the lessEqualThan operation using the provided parameters (a, b). |
lessEqualThan(int, long) | boolean | Performs the lessEqualThan operation using the provided parameters (a, b). |
lessEqualThan(int, short) | boolean | Performs the lessEqualThan operation using the provided parameters (a, b). |
lessEqualThan(long, long) | boolean | Performs the lessEqualThan operation using the provided parameters (a, b). |
lessEqualThan(double, double) | boolean | Performs the lessEqualThan operation using the provided parameters (a, b). |
lessEqualThan(char, char) | boolean | Performs the lessEqualThan operation using the provided parameters (a, b). |
lessEqualThan(short, short) | boolean | Performs the lessEqualThan operation using the provided parameters (a, b). |
lessEqualThan(byte, byte) | boolean | Performs the lessEqualThan operation using the provided parameters (a, b). |
sumFloat(float, float) | float | Performs the sumFloat operation using the provided parameters (a, b). |
sumInt(int, int) | float | Performs the sumInt operation using the provided parameters (a, b). |
sumLong(long, long) | long | Performs the sumLong operation using the provided parameters (a, b). |
sumDouble(double, double) | double | Performs the sumDouble operation using the provided parameters (a, b). |
sumShort(short, short) | double | Performs the sumShort operation using the provided parameters (a, b). |
sumChar(char, char) | char | Performs the sumChar operation using the provided parameters (a, b). |
subFloat(float, float) | float | Performs the subFloat operation using the provided parameters (a, b). |
subInt(int, int) | float | Performs the subInt operation using the provided parameters (a, b). |
subLong(long, long) | long | Performs the subLong operation using the provided parameters (a, b). |
subDouble(double, double) | double | Performs the subDouble operation using the provided parameters (a, b). |
subShort(short, short) | double | Performs the subShort operation using the provided parameters (a, b). |
subChar(char, char) | char | Performs the subChar operation using the provided parameters (a, b). |
mulFloat(float, float) | float | Performs the mulFloat operation using the provided parameters (a, b). |
mulInt(int, int) | float | Performs the mulInt operation using the provided parameters (a, b). |
mulLong(long, long) | long | Performs the mulLong operation using the provided parameters (a, b). |
mulDouble(double, double) | double | Performs the mulDouble operation using the provided parameters (a, b). |
mulShort(short, short) | double | Performs the mulShort operation using the provided parameters (a, b). |
mulChar(char, char) | char | Performs the mulChar operation using the provided parameters (a, b). |
divFloat(float, float) | float | Performs the divFloat operation using the provided parameters (a, b). |
divInt(int, int) | float | Performs the divInt operation using the provided parameters (a, b). |
divLong(long, long) | long | Performs the divLong operation using the provided parameters (a, b). |
divDouble(double, double) | double | Performs the divDouble operation using the provided parameters (a, b). |
divShort(short, short) | double | Performs the divShort operation using the provided parameters (a, b). |
divChar(char, char) | char | Performs the divChar operation using the provided parameters (a, b). |
concatenate(String, String) | String | Performs the concatenate operation using the provided parameters (a, b). |
concatenate(String, boolean) | String | Performs the concatenate operation using the provided parameters (a, b). |
concatenate(String, float) | String | Performs the concatenate operation using the provided parameters (a, b). |
concatenate(String, int) | String | Performs the concatenate operation using the provided parameters (a, b). |
concatenate(String, double) | String | Performs the concatenate operation using the provided parameters (a, b). |
concatenate(String, long) | String | Performs the concatenate operation using the provided parameters (a, b). |
concatenate(String, short) | String | Performs the concatenate operation using the provided parameters (a, b). |
concatenate(String, char) | String | Performs the concatenate operation using the provided parameters (a, b). |
sum(float, float) | float | Performs the sum operation using the provided parameters (a, b). |
sum(float, int) | float | Performs the sum operation using the provided parameters (a, b). |
sum(float, double) | float | Performs the sum operation using the provided parameters (a, b). |
sum(float, String) | float | Performs the sum operation using the provided parameters (a, b). |
sum(float, long) | float | Performs the sum operation using the provided parameters (a, b). |
sum(float, short) | float | Performs the sum operation using the provided parameters (a, b). |
sum(float, char) | float | Performs the sum operation using the provided parameters (a, b). |
sum(int, float) | int | Performs the sum operation using the provided parameters (a, b). |
sum(int, int) | int | Performs the sum operation using the provided parameters (a, b). |
sum(int, double) | int | Performs the sum operation using the provided parameters (a, b). |
sum(int, String) | int | Performs the sum operation using the provided parameters (a, b). |
sum(int, long) | int | Performs the sum operation using the provided parameters (a, b). |
sum(int, short) | int | Performs the sum operation using the provided parameters (a, b). |
sum(int, char) | int | Performs the sum operation using the provided parameters (a, b). |
sum(double, float) | double | Performs the sum operation using the provided parameters (a, b). |
sum(double, int) | double | Performs the sum operation using the provided parameters (a, b). |
sum(double, double) | double | Performs the sum operation using the provided parameters (a, b). |
sum(double, String) | double | Performs the sum operation using the provided parameters (a, b). |
sum(double, long) | double | Performs the sum operation using the provided parameters (a, b). |
sum(double, short) | double | Performs the sum operation using the provided parameters (a, b). |
sum(double, char) | double | Performs the sum operation using the provided parameters (a, b). |
sum(long, float) | long | Performs the sum operation using the provided parameters (a, b). |
sum(long, int) | long | Performs the sum operation using the provided parameters (a, b). |
sum(long, double) | long | Performs the sum operation using the provided parameters (a, b). |
sum(long, String) | long | Performs the sum operation using the provided parameters (a, b). |
sum(long, long) | long | Performs the sum operation using the provided parameters (a, b). |
sum(long, short) | long | Performs the sum operation using the provided parameters (a, b). |
sum(long, char) | long | Performs the sum operation using the provided parameters (a, b). |
sum(String, String) | String | Performs the sum operation using the provided parameters (a, b). |
sum(String, float) | String | Performs the sum operation using the provided parameters (a, b). |
sum(String, int) | String | Performs the sum operation using the provided parameters (a, b). |
sum(String, double) | String | Performs the sum operation using the provided parameters (a, b). |
sum(String, long) | String | Performs the sum operation using the provided parameters (a, b). |
sum(String, short) | String | Performs the sum operation using the provided parameters (a, b). |
sum(String, char) | String | Performs the sum operation using the provided parameters (a, b). |
sum(short, float) | short | Performs the sum operation using the provided parameters (a, b). |
sum(short, int) | short | Performs the sum operation using the provided parameters (a, b). |
sum(short, double) | short | Performs the sum operation using the provided parameters (a, b). |
sum(short, String) | short | Performs the sum operation using the provided parameters (a, b). |
sum(short, long) | short | Performs the sum operation using the provided parameters (a, b). |
sum(short, short) | short | Performs the sum operation using the provided parameters (a, b). |
sum(short, char) | short | Performs the sum operation using the provided parameters (a, b). |
sum(char, float) | char | Performs the sum operation using the provided parameters (a, b). |
sum(char, int) | char | Performs the sum operation using the provided parameters (a, b). |
sum(char, double) | char | Performs the sum operation using the provided parameters (a, b). |
sum(char, String) | char | Performs the sum operation using the provided parameters (a, b). |
sum(char, long) | char | Performs the sum operation using the provided parameters (a, b). |
sum(char, short) | char | Performs the sum operation using the provided parameters (a, b). |
sum(char, char) | char | Performs the sum operation using the provided parameters (a, b). |
sum(Vector2, float) | Vector2 | Performs the sum operation using the provided parameters (a, b). |
sum(Vector2, int) | Vector2 | Performs the sum operation using the provided parameters (a, b). |
sum(Vector2, double) | Vector2 | Performs the sum operation using the provided parameters (a, b). |
sum(Vector2, long) | Vector2 | Performs the sum operation using the provided parameters (a, b). |
sum(Vector2, Vector3) | Vector2 | Performs the sum operation using the provided parameters (a, b). |
sum(Vector2, Vector2) | Vector2 | Performs the sum operation using the provided parameters (a, b). |
sum(Vector3, float) | Vector3 | Performs the sum operation using the provided parameters (a, b). |
sum(Vector3, int) | Vector3 | Performs the sum operation using the provided parameters (a, b). |
sum(Vector3, double) | Vector3 | Performs the sum operation using the provided parameters (a, b). |
sum(Vector3, long) | Vector3 | Performs the sum operation using the provided parameters (a, b). |
sum(Vector3, Vector3) | Vector3 | Performs the sum operation using the provided parameters (a, b). |
sum(Vector3, Vector2) | Vector3 | Performs the sum operation using the provided parameters (a, b). |
sum(Point2, float) | Point2 | Performs the sum operation using the provided parameters (a, b). |
sum(Point2, int) | Point2 | Performs the sum operation using the provided parameters (a, b). |
sum(Point2, double) | Point2 | Performs the sum operation using the provided parameters (a, b). |
sum(Point2, long) | Point2 | Performs the sum operation using the provided parameters (a, b). |
sum(Point2, Point3) | Point2 | Performs the sum operation using the provided parameters (a, b). |
sum(Point2, Point2) | Point2 | Performs the sum operation using the provided parameters (a, b). |
sum(Point3, float) | Point3 | Performs the sum operation using the provided parameters (a, b). |
sum(Point3, int) | Point3 | Performs the sum operation using the provided parameters (a, b). |
sum(Point3, double) | Point3 | Performs the sum operation using the provided parameters (a, b). |
sum(Point3, long) | Point3 | Performs the sum operation using the provided parameters (a, b). |
sum(Point3, Point3) | Point3 | Performs the sum operation using the provided parameters (a, b). |
sum(Point3, Point2) | Point3 | Performs the sum operation using the provided parameters (a, b). |
sum(Color, Color) | Color | Performs the sum operation using the provided parameters (a, b). |
sum(Color, Vector3) | Color | Performs the sum operation using the provided parameters (a, b). |
sum(Color, Vector2) | Color | Performs the sum operation using the provided parameters (a, b). |
sub(float, float) | float | Performs the sub operation using the provided parameters (a, b). |
sub(float, int) | float | Performs the sub operation using the provided parameters (a, b). |
sub(float, double) | float | Performs the sub operation using the provided parameters (a, b). |
sub(float, String) | float | Performs the sub operation using the provided parameters (a, b). |
sub(float, long) | float | Performs the sub operation using the provided parameters (a, b). |
sub(float, short) | float | Performs the sub operation using the provided parameters (a, b). |
sub(float, char) | float | Performs the sub operation using the provided parameters (a, b). |
sub(int, float) | int | Performs the sub operation using the provided parameters (a, b). |
sub(int, int) | int | Performs the sub operation using the provided parameters (a, b). |
sub(int, double) | int | Performs the sub operation using the provided parameters (a, b). |
sub(int, String) | int | Performs the sub operation using the provided parameters (a, b). |
sub(int, long) | int | Performs the sub operation using the provided parameters (a, b). |
sub(int, short) | int | Performs the sub operation using the provided parameters (a, b). |
sub(int, char) | int | Performs the sub operation using the provided parameters (a, b). |
sub(double, float) | double | Performs the sub operation using the provided parameters (a, b). |
sub(double, int) | double | Performs the sub operation using the provided parameters (a, b). |
sub(double, double) | double | Performs the sub operation using the provided parameters (a, b). |
sub(double, String) | double | Performs the sub operation using the provided parameters (a, b). |
sub(double, long) | double | Performs the sub operation using the provided parameters (a, b). |
sub(double, short) | double | Performs the sub operation using the provided parameters (a, b). |
sub(double, char) | double | Performs the sub operation using the provided parameters (a, b). |
sub(long, float) | long | Performs the sub operation using the provided parameters (a, b). |
sub(long, int) | long | Performs the sub operation using the provided parameters (a, b). |
sub(long, double) | long | Performs the sub operation using the provided parameters (a, b). |
sub(long, String) | long | Performs the sub operation using the provided parameters (a, b). |
sub(long, long) | long | Performs the sub operation using the provided parameters (a, b). |
sub(long, short) | long | Performs the sub operation using the provided parameters (a, b). |
sub(long, char) | long | Performs the sub operation using the provided parameters (a, b). |
sub(String, String) | String | Performs the sub operation using the provided parameters (a, b). |
sub(String, float) | String | Performs the sub operation using the provided parameters (a, b). |
sub(String, int) | String | Performs the sub operation using the provided parameters (a, b). |
sub(String, double) | String | Performs the sub operation using the provided parameters (a, b). |
sub(String, long) | String | Performs the sub operation using the provided parameters (a, b). |
sub(String, short) | String | Performs the sub operation using the provided parameters (a, b). |
sub(String, char) | String | Performs the sub operation using the provided parameters (a, b). |
sub(short, float) | short | Performs the sub operation using the provided parameters (a, b). |
sub(short, int) | short | Performs the sub operation using the provided parameters (a, b). |
sub(short, double) | short | Performs the sub operation using the provided parameters (a, b). |
sub(short, String) | short | Performs the sub operation using the provided parameters (a, b). |
sub(short, long) | short | Performs the sub operation using the provided parameters (a, b). |
sub(short, short) | short | Performs the sub operation using the provided parameters (a, b). |
sub(short, char) | short | Performs the sub operation using the provided parameters (a, b). |
sub(char, float) | char | Performs the sub operation using the provided parameters (a, b). |
sub(char, int) | char | Performs the sub operation using the provided parameters (a, b). |
sub(char, double) | char | Performs the sub operation using the provided parameters (a, b). |
sub(char, String) | char | Performs the sub operation using the provided parameters (a, b). |
sub(char, long) | char | Performs the sub operation using the provided parameters (a, b). |
sub(char, short) | char | Performs the sub operation using the provided parameters (a, b). |
sub(char, char) | char | Performs the sub operation using the provided parameters (a, b). |
sub(Vector2, float) | Vector2 | Performs the sub operation using the provided parameters (a, b). |
sub(Vector2, int) | Vector2 | Performs the sub operation using the provided parameters (a, b). |
sub(Vector2, double) | Vector2 | Performs the sub operation using the provided parameters (a, b). |
sub(Vector2, long) | Vector2 | Performs the sub operation using the provided parameters (a, b). |
sub(Vector2, Vector3) | Vector2 | Performs the sub operation using the provided parameters (a, b). |
sub(Vector2, Vector2) | Vector2 | Performs the sub operation using the provided parameters (a, b). |
sub(Vector3, float) | Vector3 | Performs the sub operation using the provided parameters (a, b). |
sub(Vector3, int) | Vector3 | Performs the sub operation using the provided parameters (a, b). |
sub(Vector3, double) | Vector3 | Performs the sub operation using the provided parameters (a, b). |
sub(Vector3, long) | Vector3 | Performs the sub operation using the provided parameters (a, b). |
sub(Vector3, Vector3) | Vector3 | Performs the sub operation using the provided parameters (a, b). |
sub(Vector3, Vector2) | Vector3 | Performs the sub operation using the provided parameters (a, b). |
sub(Point2, float) | Point2 | Performs the sub operation using the provided parameters (a, b). |
sub(Point2, int) | Point2 | Performs the sub operation using the provided parameters (a, b). |
sub(Point2, double) | Point2 | Performs the sub operation using the provided parameters (a, b). |
sub(Point2, long) | Point2 | Performs the sub operation using the provided parameters (a, b). |
sub(Point2, Point3) | Point2 | Performs the sub operation using the provided parameters (a, b). |
sub(Point2, Point2) | Point2 | Performs the sub operation using the provided parameters (a, b). |
sub(Point3, float) | Point3 | Performs the sub operation using the provided parameters (a, b). |
sub(Point3, int) | Point3 | Performs the sub operation using the provided parameters (a, b). |
sub(Point3, double) | Point3 | Performs the sub operation using the provided parameters (a, b). |
sub(Point3, long) | Point3 | Performs the sub operation using the provided parameters (a, b). |
sub(Point3, Point3) | Point3 | Performs the sub operation using the provided parameters (a, b). |
sub(Point3, Point2) | Point3 | Performs the sub operation using the provided parameters (a, b). |
sub(Color, Color) | Color | Performs the sub operation using the provided parameters (a, b). |
sub(Color, Vector3) | Color | Performs the sub operation using the provided parameters (a, b). |
sub(Color, Vector2) | Color | Performs the sub operation using the provided parameters (a, b). |
div(float, float) | float | Performs the div operation using the provided parameters (a, b). |
div(float, int) | float | Performs the div operation using the provided parameters (a, b). |
div(float, double) | float | Performs the div operation using the provided parameters (a, b). |
div(float, String) | float | Performs the div operation using the provided parameters (a, b). |
div(float, long) | float | Performs the div operation using the provided parameters (a, b). |
div(float, short) | float | Performs the div operation using the provided parameters (a, b). |
div(float, char) | float | Performs the div operation using the provided parameters (a, b). |
div(int, float) | int | Performs the div operation using the provided parameters (a, b). |
div(int, int) | int | Performs the div operation using the provided parameters (a, b). |
div(int, double) | int | Performs the div operation using the provided parameters (a, b). |
div(int, String) | int | Performs the div operation using the provided parameters (a, b). |
div(int, long) | int | Performs the div operation using the provided parameters (a, b). |
div(int, short) | int | Performs the div operation using the provided parameters (a, b). |
div(int, char) | int | Performs the div operation using the provided parameters (a, b). |
div(double, float) | double | Performs the div operation using the provided parameters (a, b). |
div(double, int) | double | Performs the div operation using the provided parameters (a, b). |
div(double, double) | double | Performs the div operation using the provided parameters (a, b). |
div(double, String) | double | Performs the div operation using the provided parameters (a, b). |
div(double, long) | double | Performs the div operation using the provided parameters (a, b). |
div(double, short) | double | Performs the div operation using the provided parameters (a, b). |
div(double, char) | double | Performs the div operation using the provided parameters (a, b). |
div(long, float) | long | Performs the div operation using the provided parameters (a, b). |
div(long, int) | long | Performs the div operation using the provided parameters (a, b). |
div(long, double) | long | Performs the div operation using the provided parameters (a, b). |
div(long, String) | long | Performs the div operation using the provided parameters (a, b). |
div(long, long) | long | Performs the div operation using the provided parameters (a, b). |
div(long, short) | long | Performs the div operation using the provided parameters (a, b). |
div(long, char) | long | Performs the div operation using the provided parameters (a, b). |
div(String, String) | String | Performs the div operation using the provided parameters (a, b). |
div(String, float) | String | Performs the div operation using the provided parameters (a, b). |
div(String, int) | String | Performs the div operation using the provided parameters (a, b). |
div(String, double) | String | Performs the div operation using the provided parameters (a, b). |
div(String, long) | String | Performs the div operation using the provided parameters (a, b). |
div(String, short) | String | Performs the div operation using the provided parameters (a, b). |
div(String, char) | String | Performs the div operation using the provided parameters (a, b). |
div(short, float) | short | Performs the div operation using the provided parameters (a, b). |
div(short, int) | short | Performs the div operation using the provided parameters (a, b). |
div(short, double) | short | Performs the div operation using the provided parameters (a, b). |
div(short, String) | short | Performs the div operation using the provided parameters (a, b). |
div(short, long) | short | Performs the div operation using the provided parameters (a, b). |
div(short, short) | short | Performs the div operation using the provided parameters (a, b). |
div(short, char) | short | Performs the div operation using the provided parameters (a, b). |
div(char, float) | char | Performs the div operation using the provided parameters (a, b). |
div(char, int) | char | Performs the div operation using the provided parameters (a, b). |
div(char, double) | char | Performs the div operation using the provided parameters (a, b). |
div(char, String) | char | Performs the div operation using the provided parameters (a, b). |
div(char, long) | char | Performs the div operation using the provided parameters (a, b). |
div(char, short) | char | Performs the div operation using the provided parameters (a, b). |
div(char, char) | char | Performs the div operation using the provided parameters (a, b). |
div(Vector2, float) | Vector2 | Performs the div operation using the provided parameters (a, b). |
div(Vector2, int) | Vector2 | Performs the div operation using the provided parameters (a, b). |
div(Vector2, double) | Vector2 | Performs the div operation using the provided parameters (a, b). |
div(Vector2, long) | Vector2 | Performs the div operation using the provided parameters (a, b). |
div(Vector2, Vector3) | Vector2 | Performs the div operation using the provided parameters (a, b). |
div(Vector2, Vector2) | Vector2 | Performs the div operation using the provided parameters (a, b). |
div(Vector3, float) | Vector3 | Performs the div operation using the provided parameters (a, b). |
div(Vector3, int) | Vector3 | Performs the div operation using the provided parameters (a, b). |
div(Vector3, double) | Vector3 | Performs the div operation using the provided parameters (a, b). |
div(Vector3, long) | Vector3 | Performs the div operation using the provided parameters (a, b). |
div(Vector3, Vector3) | Vector3 | Performs the div operation using the provided parameters (a, b). |
div(Vector3, Vector2) | Vector3 | Performs the div operation using the provided parameters (a, b). |
div(Point2, float) | Point2 | Performs the div operation using the provided parameters (a, b). |
div(Point2, int) | Point2 | Performs the div operation using the provided parameters (a, b). |
div(Point2, double) | Point2 | Performs the div operation using the provided parameters (a, b). |
div(Point2, long) | Point2 | Performs the div operation using the provided parameters (a, b). |
div(Point2, Point3) | Point2 | Performs the div operation using the provided parameters (a, b). |
div(Point2, Point2) | Point2 | Performs the div operation using the provided parameters (a, b). |
div(Point3, float) | Point3 | Performs the div operation using the provided parameters (a, b). |
div(Point3, int) | Point3 | Performs the div operation using the provided parameters (a, b). |
div(Point3, double) | Point3 | Performs the div operation using the provided parameters (a, b). |
div(Point3, long) | Point3 | Performs the div operation using the provided parameters (a, b). |
div(Point3, Point3) | Point3 | Performs the div operation using the provided parameters (a, b). |
div(Point3, Point2) | Point3 | Performs the div operation using the provided parameters (a, b). |
div(Color, Color) | Color | Performs the div operation using the provided parameters (a, b). |
div(Color, Vector3) | Color | Performs the div operation using the provided parameters (a, b). |
div(Color, Vector2) | Color | Performs the div operation using the provided parameters (a, b). |
mul(float, float) | float | Performs the mul operation using the provided parameters (a, b). |
mul(float, int) | float | Performs the mul operation using the provided parameters (a, b). |
mul(float, double) | float | Performs the mul operation using the provided parameters (a, b). |
mul(float, String) | float | Performs the mul operation using the provided parameters (a, b). |
mul(float, long) | float | Performs the mul operation using the provided parameters (a, b). |
mul(float, short) | float | Performs the mul operation using the provided parameters (a, b). |
mul(float, char) | float | Performs the mul operation using the provided parameters (a, b). |
mul(int, float) | int | Performs the mul operation using the provided parameters (a, b). |
mul(int, int) | int | Performs the mul operation using the provided parameters (a, b). |
mul(int, double) | int | Performs the mul operation using the provided parameters (a, b). |
mul(int, String) | int | Performs the mul operation using the provided parameters (a, b). |
mul(int, long) | int | Performs the mul operation using the provided parameters (a, b). |
mul(int, short) | int | Performs the mul operation using the provided parameters (a, b). |
mul(int, char) | int | Performs the mul operation using the provided parameters (a, b). |
mul(double, float) | double | Performs the mul operation using the provided parameters (a, b). |
mul(double, int) | double | Performs the mul operation using the provided parameters (a, b). |
mul(double, double) | double | Performs the mul operation using the provided parameters (a, b). |
mul(double, String) | double | Performs the mul operation using the provided parameters (a, b). |
mul(double, long) | double | Performs the mul operation using the provided parameters (a, b). |
mul(double, short) | double | Performs the mul operation using the provided parameters (a, b). |
mul(double, char) | double | Performs the mul operation using the provided parameters (a, b). |
mul(long, float) | long | Performs the mul operation using the provided parameters (a, b). |
mul(long, int) | long | Performs the mul operation using the provided parameters (a, b). |
mul(long, double) | long | Performs the mul operation using the provided parameters (a, b). |
mul(long, String) | long | Performs the mul operation using the provided parameters (a, b). |
mul(long, long) | long | Performs the mul operation using the provided parameters (a, b). |
mul(long, short) | long | Performs the mul operation using the provided parameters (a, b). |
mul(long, char) | long | Performs the mul operation using the provided parameters (a, b). |
mul(String, String) | String | Performs the mul operation using the provided parameters (a, b). |
mul(String, float) | String | Performs the mul operation using the provided parameters (a, b). |
mul(String, int) | String | Performs the mul operation using the provided parameters (a, b). |
mul(String, double) | String | Performs the mul operation using the provided parameters (a, b). |
mul(String, long) | String | Performs the mul operation using the provided parameters (a, b). |
mul(String, short) | String | Performs the mul operation using the provided parameters (a, b). |
mul(String, char) | String | Performs the mul operation using the provided parameters (a, b). |
mul(short, float) | short | Performs the mul operation using the provided parameters (a, b). |
mul(short, int) | short | Performs the mul operation using the provided parameters (a, b). |
mul(short, double) | short | Performs the mul operation using the provided parameters (a, b). |
mul(short, String) | short | Performs the mul operation using the provided parameters (a, b). |
mul(short, long) | short | Performs the mul operation using the provided parameters (a, b). |
mul(short, short) | short | Performs the mul operation using the provided parameters (a, b). |
mul(short, char) | short | Performs the mul operation using the provided parameters (a, b). |
mul(char, float) | char | Performs the mul operation using the provided parameters (a, b). |
mul(char, int) | char | Performs the mul operation using the provided parameters (a, b). |
mul(char, double) | char | Performs the mul operation using the provided parameters (a, b). |
mul(char, String) | char | Performs the mul operation using the provided parameters (a, b). |
mul(char, long) | char | Performs the mul operation using the provided parameters (a, b). |
mul(char, short) | char | Performs the mul operation using the provided parameters (a, b). |
mul(char, char) | char | Performs the mul operation using the provided parameters (a, b). |
mul(Vector2, float) | Vector2 | Performs the mul operation using the provided parameters (a, b). |
mul(Vector2, int) | Vector2 | Performs the mul operation using the provided parameters (a, b). |
mul(Vector2, double) | Vector2 | Performs the mul operation using the provided parameters (a, b). |
mul(Vector2, long) | Vector2 | Performs the mul operation using the provided parameters (a, b). |
mul(Vector2, Vector3) | Vector2 | Performs the mul operation using the provided parameters (a, b). |
mul(Vector2, Vector2) | Vector2 | Performs the mul operation using the provided parameters (a, b). |
mul(Vector3, float) | Vector3 | Performs the mul operation using the provided parameters (a, b). |
mul(Vector3, int) | Vector3 | Performs the mul operation using the provided parameters (a, b). |
mul(Vector3, double) | Vector3 | Performs the mul operation using the provided parameters (a, b). |
mul(Vector3, long) | Vector3 | Performs the mul operation using the provided parameters (a, b). |
mul(Vector3, Vector3) | Vector3 | Performs the mul operation using the provided parameters (a, b). |
mul(Vector3, Vector2) | Vector3 | Performs the mul operation using the provided parameters (a, b). |
mul(Point2, float) | Point2 | Performs the mul operation using the provided parameters (a, b). |
mul(Point2, int) | Point2 | Performs the mul operation using the provided parameters (a, b). |
mul(Point2, double) | Point2 | Performs the mul operation using the provided parameters (a, b). |
mul(Point2, long) | Point2 | Performs the mul operation using the provided parameters (a, b). |
mul(Point2, Point3) | Point2 | Performs the mul operation using the provided parameters (a, b). |
mul(Point2, Point2) | Point2 | Performs the mul operation using the provided parameters (a, b). |
mul(Point3, float) | Point3 | Performs the mul operation using the provided parameters (a, b). |
mul(Point3, int) | Point3 | Performs the mul operation using the provided parameters (a, b). |
mul(Point3, double) | Point3 | Performs the mul operation using the provided parameters (a, b). |
mul(Point3, long) | Point3 | Performs the mul operation using the provided parameters (a, b). |
mul(Point3, Point3) | Point3 | Performs the mul operation using the provided parameters (a, b). |
mul(Point3, Point2) | Point3 | Performs the mul operation using the provided parameters (a, b). |
mul(Color, Color) | Color | Performs the mul operation using the provided parameters (a, b). |
mul(Color, Vector3) | Color | Performs the mul operation using the provided parameters (a, b). |
mul(Color, Vector2) | Color | Performs the mul operation using the provided parameters (a, b). |
mul(Quaternion, Quaternion) | Quaternion | Performs the mul operation using the provided parameters (a, b). |
mul(Matrix4, Matrix4) | Matrix4 | Performs the mul operation using the provided parameters (a, b). |
mul(Matrix4, Vector3) | Vector3 | Performs the mul operation using the provided parameters (a, b). |