IntType

object IntType extends Num[Int]
trait Num[Int]
trait DataType[Int]
class Object
trait Matchable
class Any
IntType.type

Type members

Inherited types

type Buf = E[A]
Inherited from:
DataType

Value members

Concrete methods

override def add(in: Array[Int], inOff: Int, out: Array[Int], outOff: Int, len: Int): Unit
Definition Classes
override def allocBuf()(implicit allocator: Allocator): BufI
Definition Classes
def clear(a: Array[Int], off: Int, len: Int): Unit
def fill(a: Array[Int], off: Int, len: Int, elem: Int): Unit
override def isDouble: Boolean
Definition Classes
override def isInt: Boolean
Definition Classes
override def isLong: Boolean
Definition Classes
final def mkStreamOut(out: OutI): StreamOut
def newArray(size: Int): Array[Int]
def reverse(a: Array[Int], off: Int, len: Int): Unit

Inherited methods

override def castNum: Num[Int]
Definition Classes
Inherited from:
Num

Concrete fields

final val maxValue: 2147483647
final val minValue: -2147483648
val ordering: Ordering[Int]
val peer: ScalarNum[Int]
final val zero: 0