spire.math

UShort

final class UShort extends AnyVal

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

Instance Constructors

  1. new UShort(signed: Char)

Value Members

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

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

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

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

  5. def &(that: UShort): UShort

  6. def *(that: UShort): UShort

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

  8. def +(that: UShort): UShort

  9. def -(that: UShort): UShort

  10. def /(that: UShort): UShort

  11. def <(that: UShort): Boolean

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

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

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

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

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

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

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

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

  20. def ^(that: UShort): UShort

  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: Char

  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
    UShort → Any
  39. def unary_-: UShort

  40. def unary_~: UShort

  41. def |(that: UShort): UShort

Inherited from AnyVal

Inherited from Any

Ungrouped