spire.math

UInt

final class UInt extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UInt
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UInt(signed: Int)

Value Members

  1. def !=(that: UInt): Boolean

  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    Any
  4. def %(that: UInt): UInt

  5. def &(that: UInt): UInt

  6. def *(that: UInt): UInt

  7. def **(that: UInt): UInt

  8. def +(that: UInt): UInt

  9. def -(that: UInt): UInt

  10. def /(that: UInt): UInt

  11. def <(that: UInt): Boolean

  12. def <<(shift: Int): UInt

  13. def <=(that: UInt): Boolean

  14. def =!=(that: UInt): Boolean

  15. def ==(that: UInt): Boolean

  16. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  17. def ===(that: UInt): Boolean

  18. def >(that: UInt): Boolean

  19. def >=(that: UInt): Boolean

  20. def >>(shift: Int): UInt

  21. def >>>(shift: Int): UInt

  22. def ^(that: UInt): UInt

  23. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  24. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def isValidByte: Boolean

  27. def isValidChar: Boolean

  28. def isValidInt: Boolean

  29. def isValidLong: Boolean

  30. def isValidShort: Boolean

  31. val signed: Int

  32. def toBigInt: BigInt

  33. def toByte: Byte

  34. def toChar: Char

  35. def toDouble: Double

  36. def toFloat: Float

  37. def toInt: Int

  38. def toLong: Long

  39. def toShort: Short

  40. def toString(): String

    Definition Classes
    UInt → Any
  41. def unary_-: UInt

  42. def unary_~: UInt

  43. def |(that: UInt): UInt

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped