byte
.
Modifier and type | Action and description |
---|---|
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,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 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 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 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,Number) The binary power operator. |
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,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,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,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,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,Number) : double
power
operator. This is the equivalent to the Java's Math.pow()
function. This function is not null-safe.