final class N32 extends AnyVal with Range[N32]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- N32
- Range
- HasBoxer
- Z
- Comparable
- Number
- Immutable
- ImmutableMarker
- Clonable
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
- final def %(other: Z): N32
- final def &(other: Z): N32
- final def *(other: Z): N32
- final def +(other: Z): N32
- final def -(other: Z): N32
- final def /(other: Z): N32
- final def <(other: Z): B
- final def <<(other: Z): N32
- final def <=(other: Z): B
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- final def >(other: Z): B
- final def >=(other: Z): B
- final def >>(other: Z): N32
- final def >>>(other: Z): N32
- final def BitWidth: Int
- def Index: N32
- def Max: N32
- def Min: N32
- def Name: java.lang.String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boxer: Boxer.type
-
def
compareTo(other: Z): Int
- Definition Classes
- Z → Comparable
- final def decrease: N32
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def hasMax: Boolean
- def hasMin: Boolean
- final def increase: N32
- final def isBitVector: Boolean
-
final
def
isEqType(other: Z): Boolean
- Definition Classes
- Z
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSigned: Boolean
- def isZeroIndex: Boolean
- def make(v: MP): N32
- final def string: String
-
def
to[I](n: I): ZRange[I]
- Definition Classes
- Z
- final def toBigInt: BigInt
- final def toIndex: Index
- final def toMP: MP
-
final
def
toString(): scala.Predef.String
- Definition Classes
- Range → Any
- Annotations
- @inline()
- final def unary_-: N32
- final def unary_~: Z
-
def
until[I](n: I): ZRange[I]
- Definition Classes
- Z
- val value: MP
- final def |(other: Z): N32
- final def |^(other: Z): N32