Scala Library
|
|
scala/math/Numeric.scala
]
class
Ops(lhs : T)
extends
AnyRefMethod 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
unary_- : T
def
abs : T
def
signum : Int
def
toInt : Int
def
toLong : Long
def
toFloat : Float
def
toDouble : Double
Scala Library
|
|