final case class BigInt(value: scala.BigInt) extends MP with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BigInt
- Serializable
- Serializable
- Product
- Equals
- MP
- HasBoxer
- Z
- Comparable
- Number
- Immutable
- ImmutableMarker
- Clonable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BigInt(value: scala.BigInt)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
- final def %(other: Z): MP
- final def &(other: Z): MP
- final def *(other: Z): MP
- final def +(other: Z): MP
- final def -(other: Z): MP
- final def /(other: Z): MP
- final def <(other: Z): B
- final def <<(other: Z): MP
- final def <=(other: Z): B
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def >(other: Z): B
- final def >=(other: Z): B
- final def >>(other: Z): MP
- final def >>>(other: Z): MP
- final def BitWidth: Int
- final def Index: MP
- final def Max: Z
- final def Min: Z
- final def Name: scala.Predef.String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boxer: Boxer
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
compareTo(other: Z): Int
- Definition Classes
- Z → Comparable
- final def decrease: MP
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
equals(other: Any): Boolean
- Definition Classes
- MP → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def hasMax: Boolean
- final def hasMin: Boolean
-
def
hashCode(): Int
- Definition Classes
- BigInt → AnyRef → Any
- final def increase: MP
- final def isBitVector: Boolean
-
final
def
isEqType(other: Z): Boolean
- Definition Classes
- Z
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def isSigned: Boolean
- final def isZeroIndex: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pack: MP
- final def string: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
to[I](n: I): ZRange[I]
- Definition Classes
- Z
- def toBigInt: scala.BigInt
- final def toIndex: Index
- def toInt: Int
- def toIntOpt: scala.Option[Int]
- def toLong: scala.Long
- def toLongOpt: scala.Option[scala.Long]
- final def toMP: MP
-
def
toString(): scala.Predef.String
- Definition Classes
- BigInt → AnyRef → Any
- final def unary_-: MP
- final def unary_~: MP
-
def
until[I](n: I): ZRange[I]
- Definition Classes
- Z
- val value: scala.BigInt
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: scala.Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- final def |(other: Z): MP
- final def |^(other: Z): MP