object IntTop extends NumInt[Int] with ScalarEqImpl[Int] with ScalarToNumImpl[Int]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IntTop
- ScalarToNumImpl
- ToNum
- ScalarEqImpl
- Scalar
- NumInt
- Num
- Ord
- Eq
- Aux
- Writable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
-
final
def
!=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): scala.Int
- Definition Classes
- AnyRef → Any
- def %(a: Int, b: Int): Int
- def &(a: Int, b: Int): Int
- def *(a: Int, b: Int): Int
- def +(a: Int, b: Int): Int
- def -(a: Int, b: Int): Int
- def <<(a: Int, b: Int): Int
-
final
def
==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- def >>(a: Int, b: Int): Int
- def >>>(a: Int, b: Int): Int
- def ^(a: Int, b: Int): Int
- def abs(a: Int): Int
- def absDif(a: Int, b: Int): Int
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clip(a: Int, lo: Int, hi: Int): Int
- def clip2(a: Int, b: Int): Int
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def cubed(a: Int): Int
- def difSqr(a: Int, b: Int): Int
-
final
def
eq(a: scala.Int, b: scala.Int): Boolean
- Definition Classes
- ScalarEqImpl → Eq
-
final
def
eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- def excess(a: Int, b: Int): Int
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fold(a: Int, lo: Int, hi: Int): Int
- def fold2(a: Int, b: Int): Int
- def gcd(a: Int, b: Int): Int
- def geq(a: Int, b: Int): Boolean
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def gt(a: Int, b: Int): Boolean
-
def
hashCode(): scala.Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final val id: Int(0)
-
final
def
isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def lcm(a: Int, b: Int): Int
- def leq(a: Int, b: Int): Boolean
- def lt(a: Int, b: Int): Boolean
- def max(a: Int, b: Int): Int
- def min(a: Int, b: Int): Int
- def mod(a: Int, b: Int): Int
-
final
def
ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def negate(a: Int): Int
-
final
def
neq(a: scala.Int, b: scala.Int): Boolean
- Definition Classes
- ScalarEqImpl → Eq
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def one: Int
- def rand[Tx](a: Int)(implicit r: Random[Tx], tx: Tx): Int
- def rand2[Tx](a: Int)(implicit r: Random[Tx], tx: Tx): Int
- def rangeRand[Tx](a: Int, b: Int)(implicit r: Random[Tx], tx: Tx): Int
- def roundTo(a: Int, b: Int): Int
- def roundUpTo(a: Int, b: Int): Int
- def signum(a: Int): Int
- def sqrDif(a: Int, b: Int): Int
- def sqrSum(a: Int, b: Int): Int
- def squared(a: Int): Int
- def sumSqr(a: Int, b: Int): Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toDouble(a: Int): Double
- def toInt(a: Int): Int
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def trunc(a: Int, b: Int): Int
- def unary_~(a: Int): Int
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: scala.Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def wrap(a: Int, lo: Int, hi: Int): Int
- def wrap2(a: Int, b: Int): Int
- def write(out: DataOutput): Unit
- def zero: Int
- def |(a: Int, b: Int): Int