scala.math.Numeric

class Ops

[source: scala/math/Numeric.scala]

class Ops(lhs : T)
extends AnyRef
Direct Known Subclasses:
Fractional.FractionalOps, Integral.IntegralOps

Method Summary
def * (rhs : T) : T
def + (rhs : T) : T
def - (rhs : T) : T
def abs : T
def signum : Int
def toDouble : Double
def toFloat : Float
def toInt : Int
def toLong : Long
def unary_- : T
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 +(rhs : T) : T

def -(rhs : T) : T

def *(rhs : T) : T

def unary_- : T

def abs : T

def signum : Int

def toInt : Int

def toLong : Long

def toFloat : Float

def toDouble : Double