Byte.
| Modifier and type | Action and description |
|---|---|
| static long | operator_divide(Byte,long)
The binary divide operator. |
| static int | operator_divide(Byte,byte)
The binary divide operator. |
| static int | operator_divide(Byte,int)
The binary divide operator. |
| static int | operator_divide(Byte,short)
The binary divide operator. |
| static double | operator_divide(Byte,double)
The binary divide operator. |
| static float | operator_divide(Byte,float)
The binary divide operator. |
| static int | operator_divide(Byte,Byte)
The binary divide operator. |
| static float | operator_divide(Byte,Float)
The binary divide operator. |
| static int | operator_divide(Byte,Integer)
The binary divide operator. |
| static long | operator_divide(Byte,Long)
The binary divide operator. |
| static double | operator_divide(Byte,Number)
The binary divide operator. |
| static int | operator_divide(Byte,Short)
The binary divide operator. |
| static int | operator_divide(Byte,AtomicInteger)
The binary divide operator. |
| static long | operator_divide(Byte,AtomicLong)
The binary divide operator. |
| static int | operator_minus(Byte)
The unary minus operator. |
| static long | operator_minus(Byte,long)
The binary minus operator. |
| static int | operator_minus(Byte,byte)
The binary minus operator. |
| static int | operator_minus(Byte,int)
The binary minus operator. |
| static int | operator_minus(Byte,short)
The binary minus operator. |
| static double | operator_minus(Byte,double)
The binary minus operator. |
| static float | operator_minus(Byte,float)
The binary minus operator. |
| static int | operator_minus(Byte,Byte)
The binary minus operator. |
| static float | operator_minus(Byte,Float)
The binary minus operator. |
| static int | operator_minus(Byte,Integer)
The binary minus operator. |
| static long | operator_minus(Byte,Long)
The binary minus operator. |
| static double | operator_minus(Byte,Number)
The binary minus operator. |
| static int | operator_minus(Byte,Short)
The binary minus operator. |
| static int | operator_minus(Byte,AtomicInteger)
The binary minus operator. |
| static long | operator_minus(Byte,AtomicLong)
The binary minus operator. |
| static long | operator_modulo(Byte,long)
The binary modulo operator. |
| static int | operator_modulo(Byte,byte)
The binary modulo operator. |
| static int | operator_modulo(Byte,int)
The binary modulo operator. |
| static int | operator_modulo(Byte,short)
The binary modulo operator. |
| static double | operator_modulo(Byte,double)
The binary modulo operator. |
| static float | operator_modulo(Byte,float)
The binary modulo operator. |
| static int | operator_modulo(Byte,Byte)
The binary modulo operator. |
| static float | operator_modulo(Byte,Float)
The binary modulo operator. |
| static int | operator_modulo(Byte,Integer)
The binary modulo operator. |
| static long | operator_modulo(Byte,Long)
The binary modulo operator. |
| static double | operator_modulo(Byte,Number)
The binary modulo operator. |
| static int | operator_modulo(Byte,Short)
The binary modulo operator. |
| static int | operator_modulo(Byte,AtomicInteger)
The binary modulo operator. |
| static long | operator_modulo(Byte,AtomicLong)
The binary modulo operator. |
| static long | operator_multiply(Byte,long)
The binary multiply operator. |
| static int | operator_multiply(Byte,byte)
The binary multiply operator. |
| static int | operator_multiply(Byte,int)
The binary multiply operator. |
| static int | operator_multiply(Byte,short)
The binary multiply operator. |
| static double | operator_multiply(Byte,double)
The binary multiply operator. |
| static float | operator_multiply(Byte,float)
The binary multiply operator. |
| static int | operator_multiply(Byte,Byte)
The binary multiply operator. |
| static float | operator_multiply(Byte,Float)
The binary multiply operator. |
| static int | operator_multiply(Byte,Integer)
The binary multiply operator. |
| static long | operator_multiply(Byte,Long)
The binary multiply operator. |
| static double | operator_multiply(Byte,Number)
The binary multiply operator. |
| static int | operator_multiply(Byte,Short)
The binary multiply operator. |
| static int | operator_multiply(Byte,AtomicInteger)
The binary multiply operator. |
| static long | operator_multiply(Byte,AtomicLong)
The binary multiply operator. |
| static long | operator_plus(Byte,long)
The binary plus operator. |
| static int | operator_plus(Byte,byte)
The binary plus operator. |
| static int | operator_plus(Byte,int)
The binary plus operator. |
| static int | operator_plus(Byte,short)
The binary plus operator. |
| static double | operator_plus(Byte,double)
The binary plus operator. |
| static float | operator_plus(Byte,float)
The binary plus operator. |
| static int | operator_plus(Byte,Byte)
The binary plus operator. |
| static float | operator_plus(Byte,Float)
The binary plus operator. |
| static int | operator_plus(Byte,Integer)
The binary plus operator. |
| static long | operator_plus(Byte,Long)
The binary plus operator. |
| static double | operator_plus(Byte,Number)
The binary plus operator. |
| static int | operator_plus(Byte,Short)
The binary plus operator. |
| static int | operator_plus(Byte,AtomicInteger)
The binary plus operator. |
| static long | operator_plus(Byte,AtomicLong)
The binary plus operator. |
| static double | operator_power(Byte,long)
The binary power operator. |
| static double | operator_power(Byte,byte)
The binary power operator. |
| static double | operator_power(Byte,int)
The binary power operator. |
| static double | operator_power(Byte,short)
The binary power operator. |
| static double | operator_power(Byte,double)
The binary power operator. |
| static double | operator_power(Byte,float)
The binary power operator. |
| static double | operator_power(Byte,Number)
The binary power operator. |
def operator_divide(Byte,long) : long
divide operator. This is the equivalent to the Java / operator. This function is not null-safe.
def operator_divide(Byte,byte) : int
divide operator. This is the equivalent to the Java / operator. This function is not null-safe.
def operator_divide(Byte,int) : int
divide operator. This is the equivalent to the Java / operator. This function is not null-safe.
def operator_divide(Byte,short) : int
divide operator. This is the equivalent to the Java / operator. This function is not null-safe.
def operator_divide(Byte,double) : double
divide operator. This is the equivalent to the Java / operator. This function is not null-safe.
def operator_divide(Byte,float) : float
divide operator. This is the equivalent to the Java / operator. This function is not null-safe.
def operator_divide(Byte,Byte) : int
divide operator. This is the equivalent to the Java / operator. This function is not null-safe.
def operator_divide(Byte,Float) : float
divide operator. This is the equivalent to the Java / operator. This function is not null-safe.
def operator_divide(Byte,Integer) : int
divide operator. This is the equivalent to the Java / operator. This function is not null-safe.
def operator_divide(Byte,Long) : long
divide operator. This is the equivalent to the Java / operator. This function is not null-safe.
def operator_divide(Byte,Number) : double
divide operator. This is the equivalent to the Java / operator. This function is not null-safe.
def operator_divide(Byte,Short) : int
divide operator. This is the equivalent to the Java / operator. This function is not null-safe.
def operator_divide(Byte,AtomicInteger) : int
divide operator. This is the equivalent to the Java / operator. This function is not null-safe.
def operator_divide(Byte,AtomicLong) : long
divide operator. This is the equivalent to the Java / operator. This function is not null-safe.
def operator_minus(Byte) : int
minus operator. This is the equivalent to the Java's - function. This function is not null-safe.
def operator_minus(Byte,long) : long
minus operator. This is the equivalent to the Java - operator. This function is not null-safe.
def operator_minus(Byte,byte) : int
minus operator. This is the equivalent to the Java - operator. This function is not null-safe.
def operator_minus(Byte,int) : int
minus operator. This is the equivalent to the Java - operator. This function is not null-safe.
def operator_minus(Byte,short) : int
minus operator. This is the equivalent to the Java - operator. This function is not null-safe.
def operator_minus(Byte,double) : double
minus operator. This is the equivalent to the Java - operator. This function is not null-safe.
def operator_minus(Byte,float) : float
minus operator. This is the equivalent to the Java - operator. This function is not null-safe.
def operator_minus(Byte,Byte) : int
minus operator. This is the equivalent to the Java - operator. This function is not null-safe.
def operator_minus(Byte,Float) : float
minus operator. This is the equivalent to the Java - operator. This function is not null-safe.
def operator_minus(Byte,Integer) : int
minus operator. This is the equivalent to the Java - operator. This function is not null-safe.
def operator_minus(Byte,Long) : long
minus operator. This is the equivalent to the Java - operator. This function is not null-safe.
def operator_minus(Byte,Number) : double
minus operator. This is the equivalent to the Java - operator. This function is not null-safe.
def operator_minus(Byte,Short) : int
minus operator. This is the equivalent to the Java - operator. This function is not null-safe.
def operator_minus(Byte,AtomicInteger) : int
minus operator. This is the equivalent to the Java - operator. This function is not null-safe.
def operator_minus(Byte,AtomicLong) : long
minus operator. This is the equivalent to the Java - operator. This function is not null-safe.
def operator_modulo(Byte,long) : long
modulo operator. This is the equivalent to the Java % operator. This function is not null-safe.
def operator_modulo(Byte,byte) : int
modulo operator. This is the equivalent to the Java % operator. This function is not null-safe.
def operator_modulo(Byte,int) : int
modulo operator. This is the equivalent to the Java % operator. This function is not null-safe.
def operator_modulo(Byte,short) : int
modulo operator. This is the equivalent to the Java % operator. This function is not null-safe.
def operator_modulo(Byte,double) : double
modulo operator. This is the equivalent to the Java % operator. This function is not null-safe.
def operator_modulo(Byte,float) : float
modulo operator. This is the equivalent to the Java % operator. This function is not null-safe.
def operator_modulo(Byte,Byte) : int
modulo operator. This is the equivalent to the Java % operator. This function is not null-safe.
def operator_modulo(Byte,Float) : float
modulo operator. This is the equivalent to the Java % operator. This function is not null-safe.
def operator_modulo(Byte,Integer) : int
modulo operator. This is the equivalent to the Java % operator. This function is not null-safe.
def operator_modulo(Byte,Long) : long
modulo operator. This is the equivalent to the Java % operator. This function is not null-safe.
def operator_modulo(Byte,Number) : double
modulo operator. This is the equivalent to the Java % operator. This function is not null-safe.
def operator_modulo(Byte,Short) : int
modulo operator. This is the equivalent to the Java % operator. This function is not null-safe.
def operator_modulo(Byte,AtomicInteger) : int
modulo operator. This is the equivalent to the Java % operator. This function is not null-safe.
def operator_modulo(Byte,AtomicLong) : long
modulo operator. This is the equivalent to the Java % operator. This function is not null-safe.
def operator_multiply(Byte,long) : long
multiply operator. This is the equivalent to the Java * operator. This function is not null-safe.
def operator_multiply(Byte,byte) : int
multiply operator. This is the equivalent to the Java * operator. This function is not null-safe.
def operator_multiply(Byte,int) : int
multiply operator. This is the equivalent to the Java * operator. This function is not null-safe.
def operator_multiply(Byte,short) : int
multiply operator. This is the equivalent to the Java * operator. This function is not null-safe.
def operator_multiply(Byte,double) : double
multiply operator. This is the equivalent to the Java * operator. This function is not null-safe.
def operator_multiply(Byte,float) : float
multiply operator. This is the equivalent to the Java * operator. This function is not null-safe.
def operator_multiply(Byte,Byte) : int
multiply operator. This is the equivalent to the Java * operator. This function is not null-safe.
def operator_multiply(Byte,Float) : float
multiply operator. This is the equivalent to the Java * operator. This function is not null-safe.
def operator_multiply(Byte,Integer) : int
multiply operator. This is the equivalent to the Java * operator. This function is not null-safe.
def operator_multiply(Byte,Long) : long
multiply operator. This is the equivalent to the Java * operator. This function is not null-safe.
def operator_multiply(Byte,Number) : double
multiply operator. This is the equivalent to the Java * operator. This function is not null-safe.
def operator_multiply(Byte,Short) : int
multiply operator. This is the equivalent to the Java * operator. This function is not null-safe.
def operator_multiply(Byte,AtomicInteger) : int
multiply operator. This is the equivalent to the Java * operator. This function is not null-safe.
def operator_multiply(Byte,AtomicLong) : long
multiply operator. This is the equivalent to the Java * operator. This function is not null-safe.
def operator_plus(Byte,long) : long
plus operator. This is the equivalent to the Java + operator. This function is not null-safe.
def operator_plus(Byte,byte) : int
plus operator. This is the equivalent to the Java + operator. This function is not null-safe.
def operator_plus(Byte,int) : int
plus operator. This is the equivalent to the Java + operator. This function is not null-safe.
def operator_plus(Byte,short) : int
plus operator. This is the equivalent to the Java + operator. This function is not null-safe.
def operator_plus(Byte,double) : double
plus operator. This is the equivalent to the Java + operator. This function is not null-safe.
def operator_plus(Byte,float) : float
plus operator. This is the equivalent to the Java + operator. This function is not null-safe.
def operator_plus(Byte,Byte) : int
plus operator. This is the equivalent to the Java + operator. This function is not null-safe.
def operator_plus(Byte,Float) : float
plus operator. This is the equivalent to the Java + operator. This function is not null-safe.
def operator_plus(Byte,Integer) : int
plus operator. This is the equivalent to the Java + operator. This function is not null-safe.
def operator_plus(Byte,Long) : long
plus operator. This is the equivalent to the Java + operator. This function is not null-safe.
def operator_plus(Byte,Number) : double
plus operator. This is the equivalent to the Java + operator. This function is not null-safe.
def operator_plus(Byte,Short) : int
plus operator. This is the equivalent to the Java + operator.
def operator_plus(Byte,AtomicInteger) : int
plus operator. This is the equivalent to the Java + operator. This function is not null-safe.
def operator_plus(Byte,AtomicLong) : long
plus operator. This is the equivalent to the Java + operator. This function is not null-safe.
def operator_power(Byte,long) : double
power operator. This is the equivalent to the Java's Math.pow() function. This function is not null-safe.
def operator_power(Byte,byte) : double
power operator. This is the equivalent to the Java's Math.pow() function. This function is not null-safe.
def operator_power(Byte,int) : double
power operator. This is the equivalent to the Java's Math.pow() function. This function is not null-safe.
def operator_power(Byte,short) : double
power operator. This is the equivalent to the Java's Math.pow() function.
def operator_power(Byte,double) : double
power operator. This is the equivalent to the Java's Math.pow() function. This function is not null-safe.
def operator_power(Byte,float) : double
power operator. This is the equivalent to the Java's Math.pow() function. This function is not null-safe.
def operator_power(Byte,Number) : double
power operator. This is the equivalent to the Java's Math.pow() function. This function is not null-safe.