spire.math

UInt

final class UInt extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UInt
  2. AnyVal
  3. 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. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  16. def >(that: UInt): Boolean

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

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

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

  20. def ^(that: UInt): UInt

  21. final def asInstanceOf[T0]: T0

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

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

    Definition Classes
    Any
  24. def isValidByte: Boolean

  25. def isValidChar: Boolean

  26. def isValidInt: Boolean

  27. def isValidLong: Boolean

  28. def isValidShort: Boolean

  29. val signed: Int

  30. def toBigInt: BigInt

  31. def toByte: Byte

  32. def toChar: Char

  33. def toDouble: Double

  34. def toFloat: Float

  35. def toInt: Int

  36. def toLong: Long

  37. def toShort: Short

  38. def toString(): String

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

  40. def unary_~: UInt

  41. def |(that: UInt): UInt

Inherited from AnyVal

Inherited from Any

Ungrouped