UInt

final
class UInt(val signed: Int) extends AnyVal
Companion
object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def !=(that: UInt): Boolean
def %(that: UInt): UInt
def &(that: UInt): UInt
def *(that: UInt): UInt
def **(that: UInt): UInt
def +(that: UInt): UInt
def -(that: UInt): UInt
def /(that: UInt): UInt
def <(that: UInt): Boolean
def <<(shift: Int): UInt
def <=(that: UInt): Boolean
def =!=(that: UInt): Boolean
def ==(that: UInt): Boolean
def ===(that: UInt): Boolean
def >(that: UInt): Boolean
def >=(that: UInt): Boolean
def >>(shift: Int): UInt
def >>>(shift: Int): UInt
def ^(that: UInt): UInt
def isValidByte: Boolean
def isValidChar: Boolean
def isValidInt: Boolean
def isValidLong: Boolean
def isValidShort: Boolean
def toBigInt: BigInt
def toByte: Byte
def toChar: Char
def toDouble: Double
def toFloat: Float
def toInt: Int
def toLong: Long
def toShort: Short
override
def toString: String
Definition Classes
Any
def |(that: UInt): UInt

Concrete fields

val signed: Int