UInt

object UInt
Companion:
class
class Object
trait Matchable
class Any
UInt.type

Value members

Concrete methods

override def toString(): String

The String representation of the scala.UInt companion object.

The String representation of the scala.UInt companion object.

Definition Classes
Any

Concrete fields

final val MaxValue: UInt

The largest value representable as a UInt.

The largest value representable as a UInt.

final val MinValue: UInt

The smallest value representable as a UInt.

The smallest value representable as a UInt.

Implicits

Implicits

implicit def uint2ulong(x: UInt): ULong