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