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