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 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 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.
Conversions which present a consistent conversion interface across all the numeric types.