scala.math.Numeric

trait ByteIsIntegral

[source: scala/math/Numeric.scala]

trait ByteIsIntegral
extends Integral[Byte]
Direct Known Subclasses:
Numeric.ByteIsIntegral

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
def plus(x : Byte, y : Byte) : Byte

def minus(x : Byte, y : Byte) : Byte

def times(x : Byte, y : Byte) : Byte

def quot(x : Byte, y : Byte) : Byte
Overrides
Integral.quot

def rem(x : Byte, y : Byte) : Byte
Overrides
Integral.rem

def negate(x : Byte) : Byte

def fromInt(x : Int) : Byte

def toInt(x : Byte) : Int

def toLong(x : Byte) : Long

def toFloat(x : Byte) : Float

def toDouble(x : Byte) : Double