Float
.
Modifier and type | Action and description |
---|---|
static boolean | operator_equals(Float,long) The binary equals operator. |
static boolean | operator_equals(Float,byte) The binary equals operator. |
static boolean | operator_equals(Float,int) The binary equals operator. |
static boolean | operator_equals(Float,short) The binary equals operator. |
static boolean | operator_equals(Float,double) The binary equals operator. |
static boolean | operator_equals(Float,float) The binary equals operator. |
static boolean | operator_equals(Float,Number) The binary equals operator. |
static boolean | operator_greaterEqualsThan(Float,long) The binary greaterEqualsThan operator. |
static boolean | operator_greaterEqualsThan(Float,byte) The binary greaterEqualsThan operator. |
static boolean | operator_greaterEqualsThan(Float,int) The binary greaterEqualsThan operator. |
static boolean | operator_greaterEqualsThan(Float,short) The binary greaterEqualsThan operator. |
static boolean | operator_greaterEqualsThan(Float,double) The binary greaterEqualsThan operator. |
static boolean | operator_greaterEqualsThan(Float,float) The binary greaterEqualsThan operator. |
static boolean | operator_greaterEqualsThan(Float,Number) The binary greaterEqualsThan operator. |
static boolean | operator_greaterThan(Float,long) The binary greaterThan operator. |
static boolean | operator_greaterThan(Float,byte) The binary greaterThan operator. |
static boolean | operator_greaterThan(Float,int) The binary greaterThan operator. |
static boolean | operator_greaterThan(Float,short) The binary greaterThan operator. |
static boolean | operator_greaterThan(Float,double) The binary greaterThan operator. |
static boolean | operator_greaterThan(Float,float) The binary greaterThan operator. |
static boolean | operator_greaterThan(Float,Number) The binary greaterThan operator. |
static boolean | operator_lessEqualsThan(Float,long) The binary lessEqualsThan operator. |
static boolean | operator_lessEqualsThan(Float,byte) The binary lessEqualsThan operator. |
static boolean | operator_lessEqualsThan(Float,int) The binary lessEqualsThan operator. |
static boolean | operator_lessEqualsThan(Float,short) The binary lessEqualsThan operator. |
static boolean | operator_lessEqualsThan(Float,double) The binary lessEqualsThan operator. |
static boolean | operator_lessEqualsThan(Float,float) The binary lessEqualsThan operator. |
static boolean | operator_lessEqualsThan(Float,Number) The binary lessEqualsThan operator. |
static boolean | operator_lessThan(Float,long) The binary lessThan operator. |
static boolean | operator_lessThan(Float,byte) The binary lessThan operator. |
static boolean | operator_lessThan(Float,int) The binary lessThan operator. |
static boolean | operator_lessThan(Float,short) The binary lessThan operator. |
static boolean | operator_lessThan(Float,double) The binary lessThan operator. |
static boolean | operator_lessThan(Float,float) The binary lessThan operator. |
static boolean | operator_lessThan(Float,Number) The binary lessThan operator. |
static boolean | operator_notEquals(Float,long) The binary notEquals operator. |
static boolean | operator_notEquals(Float,byte) The binary notEquals operator. |
static boolean | operator_notEquals(Float,int) The binary notEquals operator. |
static boolean | operator_notEquals(Float,short) The binary notEquals operator. |
static boolean | operator_notEquals(Float,double) The binary notEquals operator. |
static boolean | operator_notEquals(Float,float) The binary notEquals operator. |
static boolean | operator_notEquals(Float,Number) The binary notEquals operator. |
static int | operator_spaceship(Float,byte) The number comparison operator. |
static int | operator_spaceship(Float,short) The number comparison operator. |
static int | operator_spaceship(Float,int) The number comparison operator. |
static int | operator_spaceship(Float,long) The number comparison operator. |
static int | operator_spaceship(Float,float) The number comparison operator. |
static int | operator_spaceship(Float,double) The number comparison operator. |
static int | operator_spaceship(Float,Byte) The number comparison operator. |
static int | operator_spaceship(Float,Double) The number comparison operator. |
static int | operator_spaceship(Float,Float) The number comparison operator. |
static int | operator_spaceship(Float,Integer) The number comparison operator. |
static int | operator_spaceship(Float,Long) The number comparison operator. |
static int | operator_spaceship(Float,Number) The number comparison operator. |
static int | operator_spaceship(Float,Short) The number comparison operator. |
static int | operator_spaceship(Float,AtomicInteger) The number comparison operator. |
static int | operator_spaceship(Float,AtomicLong) The number comparison operator. |
def operator_equals(Float,long) : boolean
equals
operator. This is the equivalent to the Java ==
operator. This function is null-safe.
def operator_equals(Float,byte) : boolean
equals
operator. This is the equivalent to the Java ==
operator. This function is null-safe.
def operator_equals(Float,int) : boolean
equals
operator. This is the equivalent to the Java ==
operator. This function is null-safe.
def operator_equals(Float,short) : boolean
equals
operator. This is the equivalent to the Java ==
operator. This function is null-safe.
def operator_equals(Float,double) : boolean
equals
operator. This is the equivalent to the Java ==
operator. This function is null-safe.
def operator_equals(Float,float) : boolean
equals
operator. This is the equivalent to the Java ==
operator. This function is null-safe.
def operator_equals(Float,Number) : boolean
equals
operator. This is the equivalent to the Java ==
operator. This function is null-safe.
def operator_greaterEqualsThan(Float,long) : boolean
greaterEqualsThan
operator. This is the equivalent to the Java >=
operator. This function is not null-safe.
def operator_greaterEqualsThan(Float,byte) : boolean
greaterEqualsThan
operator. This is the equivalent to the Java >=
operator. This function is not null-safe.
def operator_greaterEqualsThan(Float,int) : boolean
greaterEqualsThan
operator. This is the equivalent to the Java >=
operator. This function is not null-safe.
def operator_greaterEqualsThan(Float,short) : boolean
greaterEqualsThan
operator. This is the equivalent to the Java >=
operator. This function is not null-safe.
def operator_greaterEqualsThan(Float,double) : boolean
greaterEqualsThan
operator. This is the equivalent to the Java >=
operator. This function is not null-safe.
def operator_greaterEqualsThan(Float,float) : boolean
greaterEqualsThan
operator. This is the equivalent to the Java >=
operator. This function is not null-safe.
def operator_greaterEqualsThan(Float,Number) : boolean
greaterEqualsThan
operator. This is the equivalent to the Java >=
operator. This function is not null-safe.
def operator_greaterThan(Float,long) : boolean
greaterThan
operator. This is the equivalent to the Java >
operator. This function is not null-safe.
def operator_greaterThan(Float,byte) : boolean
greaterThan
operator. This is the equivalent to the Java >
operator. This function is not null-safe.
def operator_greaterThan(Float,int) : boolean
greaterThan
operator. This is the equivalent to the Java >
operator. This function is not null-safe.
def operator_greaterThan(Float,short) : boolean
greaterThan
operator. This is the equivalent to the Java >
operator. This function is not null-safe.
def operator_greaterThan(Float,double) : boolean
greaterThan
operator. This is the equivalent to the Java >
operator. This function is not null-safe.
def operator_greaterThan(Float,float) : boolean
greaterThan
operator. This is the equivalent to the Java >
operator. This function is not null-safe.
def operator_greaterThan(Float,Number) : boolean
greaterThan
operator. This is the equivalent to the Java >
operator. This function is not null-safe.
def operator_lessEqualsThan(Float,long) : boolean
lessEqualsThan
operator. This is the equivalent to the Java <=
operator. This function is not null-safe.
def operator_lessEqualsThan(Float,byte) : boolean
lessEqualsThan
operator. This is the equivalent to the Java <=
operator. This function is not null-safe.
def operator_lessEqualsThan(Float,int) : boolean
lessEqualsThan
operator. This is the equivalent to the Java <=
operator. This function is not null-safe.
def operator_lessEqualsThan(Float,short) : boolean
lessEqualsThan
operator. This is the equivalent to the Java <=
operator. This function is not null-safe.
def operator_lessEqualsThan(Float,double) : boolean
lessEqualsThan
operator. This is the equivalent to the Java <=
operator. This function is not null-safe.
def operator_lessEqualsThan(Float,float) : boolean
lessEqualsThan
operator. This is the equivalent to the Java <=
operator. This function is not null-safe.
def operator_lessEqualsThan(Float,Number) : boolean
lessEqualsThan
operator. This is the equivalent to the Java <=
operator. This function is not null-safe.
def operator_lessThan(Float,long) : boolean
lessThan
operator. This is the equivalent to the Java <
operator. This function is not null-safe.
def operator_lessThan(Float,byte) : boolean
lessThan
operator. This is the equivalent to the Java <
operator. This function is not null-safe.
def operator_lessThan(Float,int) : boolean
lessThan
operator. This is the equivalent to the Java <
operator. This function is not null-safe.
def operator_lessThan(Float,short) : boolean
lessThan
operator. This is the equivalent to the Java <
operator. This function is not null-safe.
def operator_lessThan(Float,double) : boolean
lessThan
operator. This is the equivalent to the Java <
operator. This function is not null-safe.
def operator_lessThan(Float,float) : boolean
lessThan
operator. This is the equivalent to the Java <
operator. This function is not null-safe.
def operator_lessThan(Float,Number) : boolean
lessThan
operator. This is the equivalent to the Java <
operator. This function is not null-safe.
def operator_notEquals(Float,long) : boolean
notEquals
operator. This is the equivalent to the Java !=
operator. This function is null-safe.
def operator_notEquals(Float,byte) : boolean
notEquals
operator. This is the equivalent to the Java !=
operator. This function is null-safe.
def operator_notEquals(Float,int) : boolean
notEquals
operator. This is the equivalent to the Java !=
operator. This function is null-safe.
def operator_notEquals(Float,short) : boolean
notEquals
operator. This is the equivalent to the Java !=
operator. This function is null-safe.
def operator_notEquals(Float,double) : boolean
notEquals
operator. This is the equivalent to the Java !=
operator. This function is null-safe.
def operator_notEquals(Float,float) : boolean
notEquals
operator. This is the equivalent to the Java !=
operator. This function is null-safe.
def operator_notEquals(Float,Number) : boolean
notEquals
operator. This is the equivalent to the Java !=
operator. This function is null-safe.
def operator_spaceship(Float,byte) : int
compareTo
function on numbers. This function is null-safe.
def operator_spaceship(Float,short) : int
compareTo
function on numbers. This function is null-safe.
def operator_spaceship(Float,int) : int
compareTo
function on numbers. This function is null-safe.
def operator_spaceship(Float,long) : int
compareTo
function on numbers. This function is null-safe.
def operator_spaceship(Float,float) : int
compareTo
function on numbers. This function is null-safe.
def operator_spaceship(Float,double) : int
compareTo
function on numbers. This function is null-safe.
def operator_spaceship(Float,Byte) : int
compareTo
function on numbers. This function is null-safe.
def operator_spaceship(Float,Double) : int
compareTo
function on numbers. This function is null-safe.
def operator_spaceship(Float,Float) : int
compareTo
function on numbers. This function is null-safe.
def operator_spaceship(Float,Integer) : int
compareTo
function on numbers. This function is null-safe.
def operator_spaceship(Float,Long) : int
compareTo
function on numbers. This function is null-safe.
def operator_spaceship(Float,Number) : int
compareTo
function on numbers. This function is null-safe.
def operator_spaceship(Float,Short) : int
compareTo
function on numbers. This function is null-safe.
def operator_spaceship(Float,AtomicInteger) : int
compareTo
function on numbers. This function is null-safe.
def operator_spaceship(Float,AtomicLong) : int
compareTo
function on numbers. This function is null-safe.