scala.Numeric

trait LongIsIntegral

[source: scala/Numeric.scala]

trait LongIsIntegral
extends Integral[Long]
Direct Known Subclasses:
Numeric.LongIsIntegral

Method Summary
def fromInt (x : Int) : Long
def minus (x : Long, y : Long) : Long
def negate (x : Long) : Long
def plus (x : Long, y : Long) : Long
def quot (x : Long, y : Long) : Long
def rem (x : Long, y : Long) : Long
def times (x : Long, y : Long) : Long
def toDouble (x : Long) : Double
def toFloat (x : Long) : Float
def toInt (x : Long) : Int
def toLong (x : Long) : Long
Methods inherited from Integral
mkNumericOps
Methods inherited from Numeric
zero, one, abs, signum
Methods inherited from Ordering
compare (abstract), lteq, gteq, lt, gt, equiv, max, min, reverse, 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 : Long, y : Long) : Long

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

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

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

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

def negate(x : Long) : Long

def fromInt(x : Int) : Long

def toInt(x : Long) : Int

def toLong(x : Long) : Long

def toFloat(x : Long) : Float

def toDouble(x : Long) : Double