|
Scala Library
|
|
scala/math/Integral.scala]
class
IntegralOps(lhs : T)
extends Ops| Method Summary | |
def
|
% (rhs : T) : T |
def
|
/ (rhs : T) : T |
def
|
/% (rhs : T) : (T, T) |
| Methods inherited from Ops | |
| +, -, *, unary_-, abs, signum, toInt, toLong, toFloat, toDouble |
| 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 |
|
Scala Library
|
|