Scala Library
|
|
scala/math/Numeric.scala
]
trait
ByteIsIntegral
extends
Integral[Byte]Method Summary | |
def
|
fromInt (x : Int) : Byte |
def
|
minus (x : Byte, y : Byte) : Byte |
def
|
negate (x : Byte) : Byte |
def
|
plus (x : Byte, y : Byte) : Byte |
def
|
quot (x : Byte, y : Byte) : Byte |
def
|
rem (x : Byte, y : Byte) : Byte |
def
|
times (x : Byte, y : Byte) : Byte |
def
|
toDouble (x : Byte) : Double |
def
|
toFloat (x : Byte) : Float |
def
|
toInt (x : Byte) : Int |
def
|
toLong (x : Byte) : Long |
Methods inherited from Integral | |
mkNumericOps |
Methods inherited from Numeric | |
zero, one, abs, signum |
Methods inherited from Ordering | |
compare (abstract), tryCompare, lteq, gteq, lt, gt, equiv, max, min, reverse, on, mkOrderingOps |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
Scala Library
|
|