spire.math

UByte

final class UByte extends AnyVal with ScalaNumericAnyConversions

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

Instance Constructors

  1. new UByte(signed: Byte)

Value Members

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

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

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

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

  5. def &(that: UByte): UByte

  6. def *(that: UByte): UByte

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

  8. def +(that: UByte): UByte

  9. def -(that: UByte): UByte

  10. def /(that: UByte): UByte

  11. def <(that: UByte): Boolean

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

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

  14. def ==(that: UByte): Boolean

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

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

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

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

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

  20. def ^(that: UByte): UByte

  21. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  22. def byteValue(): Byte

    Definition Classes
    UByte → ScalaNumericAnyConversions
  23. def doubleValue(): Double

    Definition Classes
    UByte → ScalaNumericAnyConversions
  24. def floatValue(): Float

    Definition Classes
    UByte → ScalaNumericAnyConversions
  25. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  26. def intValue(): Int

    Definition Classes
    UByte → ScalaNumericAnyConversions
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def isValidByte: Boolean

    Definition Classes
    UByte → ScalaNumericAnyConversions
  29. def isValidChar: Boolean

    Definition Classes
    UByte → ScalaNumericAnyConversions
  30. def isValidInt: Boolean

    Definition Classes
    UByte → ScalaNumericAnyConversions
  31. def isValidLong: Boolean

  32. def isValidShort: Boolean

    Definition Classes
    UByte → ScalaNumericAnyConversions
  33. def isWhole(): Boolean

    Definition Classes
    UByte → ScalaNumericAnyConversions
  34. def longValue(): Long

    Definition Classes
    UByte → ScalaNumericAnyConversions
  35. def shortValue(): Short

    Definition Classes
    UByte → ScalaNumericAnyConversions
  36. val signed: Byte

  37. def toBigInt: BigInt

  38. def toByte: Byte

    Definition Classes
    UByte → ScalaNumericAnyConversions
  39. def toChar: Char

    Definition Classes
    UByte → ScalaNumericAnyConversions
  40. def toDouble: Double

    Definition Classes
    UByte → ScalaNumericAnyConversions
  41. def toFloat: Float

    Definition Classes
    UByte → ScalaNumericAnyConversions
  42. def toInt: Int

    Definition Classes
    UByte → ScalaNumericAnyConversions
  43. def toLong: Long

    Definition Classes
    UByte → ScalaNumericAnyConversions
  44. def toShort: Short

    Definition Classes
    UByte → ScalaNumericAnyConversions
  45. def toString(): String

    Definition Classes
    UByte → Any
  46. def unary_-: UByte

  47. def unary_~: UByte

  48. def underlying(): Any

    Definition Classes
    UByte → ScalaNumericAnyConversions
  49. def unifiedPrimitiveEquals(x: Any): Boolean

    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions
  50. def unifiedPrimitiveHashcode(): Int

    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions
  51. def |(that: UByte): UByte

Inherited from ScalaNumericAnyConversions

Inherited from AnyVal

Inherited from Any

Ungrouped