spire.math

UShort

final class UShort extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UShort
  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 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. def ==(that: UShort): Boolean

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

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

  18. def >(that: UShort): Boolean

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

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

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

  22. def ^(that: UShort): UShort

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

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

  42. def unary_~: UShort

  43. def |(that: UShort): UShort

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped