Class/Object

spire.math

UShort

Related Docs: object UShort | package math

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UShort(signed: Char)

    Permalink

Value Members

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

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

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

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

    Permalink
  5. def &(that: UShort): UShort

    Permalink
  6. def *(that: UShort): UShort

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

    Permalink
  8. def +(that: UShort): UShort

    Permalink
  9. def -(that: UShort): UShort

    Permalink
  10. def /(that: UShort): UShort

    Permalink
  11. def <(that: UShort): Boolean

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

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

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

    Permalink
  15. def ==(that: UShort): Boolean

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

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

    Permalink
  18. def >(that: UShort): Boolean

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

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

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

    Permalink
  22. def ^(that: UShort): UShort

    Permalink
  23. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    Any
  26. def isValidByte: Boolean

    Permalink
  27. def isValidChar: Boolean

    Permalink
  28. def isValidInt: Boolean

    Permalink
  29. def isValidLong: Boolean

    Permalink
  30. def isValidShort: Boolean

    Permalink
  31. val signed: Char

    Permalink
  32. def toBigInt: BigInt

    Permalink
  33. def toByte: Byte

    Permalink
  34. def toChar: Char

    Permalink
  35. def toDouble: Double

    Permalink
  36. def toFloat: Float

    Permalink
  37. def toInt: Int

    Permalink
  38. def toLong: Long

    Permalink
  39. def toShort: Short

    Permalink
  40. def toString(): String

    Permalink
    Definition Classes
    UShort → Any
  41. def unary_-: UShort

    Permalink
  42. def unary_~: UShort

    Permalink
  43. def |(that: UShort): UShort

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped