scala.math.Numeric

trait ShortIsIntegral

[source: scala/math/Numeric.scala]

trait ShortIsIntegral
extends Integral[Short]
Direct Known Subclasses:
Numeric.ShortIsIntegral

Method Summary
def fromInt (x : Int) : Short
def minus (x : Short, y : Short) : Short
def negate (x : Short) : Short
def plus (x : Short, y : Short) : Short
def quot (x : Short, y : Short) : Short
def rem (x : Short, y : Short) : Short
def times (x : Short, y : Short) : Short
def toDouble (x : Short) : Double
def toFloat (x : Short) : Float
def toInt (x : Short) : Int
def toLong (x : Short) : 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 : Short, y : Short) : Short

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

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

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

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

def negate(x : Short) : Short

def fromInt(x : Int) : Short

def toInt(x : Short) : Int

def toLong(x : Short) : Long

def toFloat(x : Short) : Float

def toDouble(x : Short) : Double