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