Packages

final class Double extends Number with Comparable[Double] with Constable with ConstantDesc

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Double
  2. ConstantDesc
  3. Constable
  4. Comparable
  5. Number
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Double(s: String)
    Annotations
    @inline()
  2. new Double(_value: scala.Double)

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def %(x: scala.Double): scala.Double
    Attributes
    protected
  4. def %(x: scala.Float): scala.Double
    Attributes
    protected
  5. def %(x: scala.Long): scala.Double
    Attributes
    protected
  6. def %(x: Int): scala.Double
    Attributes
    protected
  7. def %(x: Char): scala.Double
    Attributes
    protected
  8. def %(x: scala.Short): scala.Double
    Attributes
    protected
  9. def %(x: scala.Byte): scala.Double
    Attributes
    protected
  10. def *(x: scala.Double): scala.Double
    Attributes
    protected
  11. def *(x: scala.Float): scala.Double
    Attributes
    protected
  12. def *(x: scala.Long): scala.Double
    Attributes
    protected
  13. def *(x: Int): scala.Double
    Attributes
    protected
  14. def *(x: Char): scala.Double
    Attributes
    protected
  15. def *(x: scala.Short): scala.Double
    Attributes
    protected
  16. def *(x: scala.Byte): scala.Double
    Attributes
    protected
  17. def +(x: scala.Double): scala.Double
    Attributes
    protected
  18. def +(x: scala.Float): scala.Double
    Attributes
    protected
  19. def +(x: scala.Long): scala.Double
    Attributes
    protected
  20. def +(x: Int): scala.Double
    Attributes
    protected
  21. def +(x: Char): scala.Double
    Attributes
    protected
  22. def +(x: scala.Short): scala.Double
    Attributes
    protected
  23. def +(x: scala.Byte): scala.Double
    Attributes
    protected
  24. def +(x: String): String
    Attributes
    protected
  25. def -(x: scala.Double): scala.Double
    Attributes
    protected
  26. def -(x: scala.Float): scala.Double
    Attributes
    protected
  27. def -(x: scala.Long): scala.Double
    Attributes
    protected
  28. def -(x: Int): scala.Double
    Attributes
    protected
  29. def -(x: Char): scala.Double
    Attributes
    protected
  30. def -(x: scala.Short): scala.Double
    Attributes
    protected
  31. def -(x: scala.Byte): scala.Double
    Attributes
    protected
  32. def /(x: scala.Double): scala.Double
    Attributes
    protected
  33. def /(x: scala.Float): scala.Double
    Attributes
    protected
  34. def /(x: scala.Long): scala.Double
    Attributes
    protected
  35. def /(x: Int): scala.Double
    Attributes
    protected
  36. def /(x: Char): scala.Double
    Attributes
    protected
  37. def /(x: scala.Short): scala.Double
    Attributes
    protected
  38. def /(x: scala.Byte): scala.Double
    Attributes
    protected
  39. def <(x: scala.Double): scala.Boolean
    Attributes
    protected
  40. def <(x: scala.Float): scala.Boolean
    Attributes
    protected
  41. def <(x: scala.Long): scala.Boolean
    Attributes
    protected
  42. def <(x: Int): scala.Boolean
    Attributes
    protected
  43. def <(x: Char): scala.Boolean
    Attributes
    protected
  44. def <(x: scala.Short): scala.Boolean
    Attributes
    protected
  45. def <(x: scala.Byte): scala.Boolean
    Attributes
    protected
  46. def <=(x: scala.Double): scala.Boolean
    Attributes
    protected
  47. def <=(x: scala.Float): scala.Boolean
    Attributes
    protected
  48. def <=(x: scala.Long): scala.Boolean
    Attributes
    protected
  49. def <=(x: Int): scala.Boolean
    Attributes
    protected
  50. def <=(x: Char): scala.Boolean
    Attributes
    protected
  51. def <=(x: scala.Short): scala.Boolean
    Attributes
    protected
  52. def <=(x: scala.Byte): scala.Boolean
    Attributes
    protected
  53. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  54. def >(x: scala.Double): scala.Boolean
    Attributes
    protected
  55. def >(x: scala.Float): scala.Boolean
    Attributes
    protected
  56. def >(x: scala.Long): scala.Boolean
    Attributes
    protected
  57. def >(x: Int): scala.Boolean
    Attributes
    protected
  58. def >(x: Char): scala.Boolean
    Attributes
    protected
  59. def >(x: scala.Short): scala.Boolean
    Attributes
    protected
  60. def >(x: scala.Byte): scala.Boolean
    Attributes
    protected
  61. def >=(x: scala.Double): scala.Boolean
    Attributes
    protected
  62. def >=(x: scala.Float): scala.Boolean
    Attributes
    protected
  63. def >=(x: scala.Long): scala.Boolean
    Attributes
    protected
  64. def >=(x: Int): scala.Boolean
    Attributes
    protected
  65. def >=(x: Char): scala.Boolean
    Attributes
    protected
  66. def >=(x: scala.Short): scala.Boolean
    Attributes
    protected
  67. def >=(x: scala.Byte): scala.Boolean
    Attributes
    protected
  68. val _value: scala.Double
  69. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  70. def byteValue(): scala.Byte
    Definition Classes
    DoubleNumber
    Annotations
    @inline()
  71. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  72. def compareTo(that: Double): Int
    Definition Classes
    Double → Comparable
    Annotations
    @inline()
  73. def doubleValue(): scala.Double
    Definition Classes
    DoubleNumber
    Annotations
    @inline()
  74. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  75. def equals(that: Any): scala.Boolean
    Definition Classes
    Double → AnyRef → Any
    Annotations
    @inline()
  76. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  77. def floatValue(): scala.Float
    Definition Classes
    DoubleNumber
    Annotations
    @inline()
  78. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  79. def hashCode(): Int
    Definition Classes
    Double → AnyRef → Any
    Annotations
    @inline()
  80. def intValue(): Int
    Definition Classes
    DoubleNumber
    Annotations
    @inline()
  81. def isInfinite(): scala.Boolean
    Annotations
    @inline()
  82. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  83. def isNaN(): scala.Boolean
    Annotations
    @inline()
  84. def longValue(): scala.Long
    Definition Classes
    DoubleNumber
    Annotations
    @inline()
  85. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  86. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  87. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  88. def shortValue(): scala.Short
    Definition Classes
    DoubleNumber
    Annotations
    @inline()
  89. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  90. def toByte: scala.Byte
    Attributes
    protected
  91. def toChar: Char
    Attributes
    protected
  92. def toDouble: scala.Double
    Attributes
    protected
  93. def toFloat: scala.Float
    Attributes
    protected
  94. def toInt: Int
    Attributes
    protected
  95. def toLong: scala.Long
    Attributes
    protected
  96. def toShort: scala.Short
    Attributes
    protected
  97. def toString(): String
    Definition Classes
    Double → AnyRef → Any
    Annotations
    @inline()
  98. def unary_+: scala.Double
    Attributes
    protected
  99. def unary_-: scala.Double
    Attributes
    protected
  100. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  101. final def wait(arg0: scala.Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  102. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from ConstantDesc

Inherited from Constable

Inherited from Comparable[Double]

Inherited from Number

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped