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