LongType

object LongType extends Num[Long]
trait Num[Long]
trait DataType[Long]
class Object
trait Matchable
class Any

Type members

Inherited types

type Buf = E[A]
Inherited from:
DataType

Value members

Concrete methods

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

Inherited methods

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

Concrete fields

final val maxValue: 9223372036854775807L
final val minValue: -9223372036854775808L
val ordering: Ordering[Long]
val peer: ScalarNum[Long]
final val zero: 0L