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