scala.Numeric

trait BigDecimalIsConflicted

[source: scala/Numeric.scala]

trait BigDecimalIsConflicted
extends Numeric[BigDecimal]
Direct Known Subclasses:
Numeric.BigDecimalIsFractional, Numeric.BigDecimalAsIfIntegral

Method Summary
def fromInt (x : Int) : BigDecimal
def minus (x : BigDecimal, y : BigDecimal) : BigDecimal
def negate (x : BigDecimal) : BigDecimal
def plus (x : BigDecimal, y : BigDecimal) : BigDecimal
def times (x : BigDecimal, y : BigDecimal) : BigDecimal
def toDouble (x : BigDecimal) : Double
def toFloat (x : BigDecimal) : Float
def toInt (x : BigDecimal) : Int
def toLong (x : BigDecimal) : Long
Methods inherited from Numeric
zero, one, abs, signum, mkNumericOps
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 : BigDecimal, y : BigDecimal) : BigDecimal
Overrides
Numeric.plus

def minus(x : BigDecimal, y : BigDecimal) : BigDecimal
Overrides
Numeric.minus

def times(x : BigDecimal, y : BigDecimal) : BigDecimal
Overrides
Numeric.times

def negate(x : BigDecimal) : BigDecimal
Overrides
Numeric.negate

def fromInt(x : Int) : BigDecimal
Overrides
Numeric.fromInt

def toInt(x : BigDecimal) : Int
Overrides
Numeric.toInt

def toLong(x : BigDecimal) : Long
Overrides
Numeric.toLong

def toFloat(x : BigDecimal) : Float
Overrides
Numeric.toFloat

def toDouble(x : BigDecimal) : Double
Overrides
Numeric.toDouble