Returns true if this
is less than that
Returns true if this
is less than that
Returns true if this
is less than or equal to that
.
Returns true if this
is less than or equal to that
.
Returns true if this
is greater than that
.
Returns true if this
is greater than that
.
Returns true if this
is greater than or equal to that
.
Returns true if this
is greater than or equal to that
.
Computes the absolute value of this
.
Computes the absolute value of this
.
Result of comparing this
with operand that
.
Result of comparing this
with operand that
.
Implement this method to determine how instances of A will be sorted.
Returns x
where:
x < 0
when this < that
x == 0
when this == that
x > 0
when this > that
Result of comparing this
with operand that
.
Result of comparing this
with operand that
.
The equality method for reference types.
The hashCode method for reference types.
Returns true
iff this has a zero fractional part, and is within the
range of Byte MinValue and MaxValue; otherwise returns false
.
Returns true
iff this has a zero fractional part, and is within the
range of Byte MinValue and MaxValue; otherwise returns false
.
Returns true
iff this has a zero fractional part, and is within the
range of Char MinValue and MaxValue; otherwise returns false
.
Returns true
iff this has a zero fractional part, and is within the
range of Char MinValue and MaxValue; otherwise returns false
.
Returns true
iff this has a zero fractional part, and is within the
range of Int MinValue and MaxValue; otherwise returns false
.
Returns true
iff this has a zero fractional part, and is within the
range of Int MinValue and MaxValue; otherwise returns false
.
Returns true
iff this has a zero fractional part, and is within the
range of Short MinValue and MaxValue; otherwise returns false
.
Returns true
iff this has a zero fractional part, and is within the
range of Short MinValue and MaxValue; otherwise returns false
.
true
if this number has no decimal component. Always returns true for RichInt
.
this
if this > that
or that
otherwise
this
if this < that
or that
otherwise
The final bound of the range to make.
The number to increase by for each step of the range.
A Range from this
up to and including end
.
The final bound of the range to make.
A Range from this
up to and including end
.
Returns the value of this as a Byte.
Returns the value of this as a Byte. This may involve rounding or truncation.
Returns the value of this as a Char.
Returns the value of this as a Char. This may involve rounding or truncation.
Returns the value of this as a Double.
Returns the value of this as a Double. This may involve rounding or truncation.
Returns the value of this as a Float.
Returns the value of this as a Float. This may involve rounding or truncation.
Returns the value of this as an Int.
Returns the value of this as an Int. This may involve rounding or truncation.
Returns the value of this as a Long.
Returns the value of this as a Long. This may involve rounding or truncation.
Returns the value of this as a Short.
Returns the value of this as a Short. This may involve rounding or truncation.
Creates a String representation of this object.
The final bound of the range to make.
The number to increase by for each step of the range.
A Range from this
up to but not including end
.
The final bound of the range to make.
A Range from this
up to but not including end
.