in scala
class Double

abstract class Double(x0: Double)
extends AnyVal

Field Summary
final val value: Double

Method Summary
  def !=(x0: Any): Boolean
  def !=(x0: Double): Boolean
  def %(x0: Double): Double
  def *(x0: Double): Double
  def +: Double
  def +(x0: String): String
  def +(x0: Double): Double
  def -: Double
  def -(x0: Double): Double
  def /(x0: Double): Double
  def <(x0: Double): Boolean
  def <=(x0: Double): Boolean
  def ==(x0: Any): Boolean
  def ==(x0: Double): Boolean
  def >(x0: Double): Boolean
  def >=(x0: Double): Boolean
  def equals(x0: Any): Boolean
  def hashCode(): Int
  def toByte: Byte
  def toChar: Char
  def toDouble: Double
  def toFloat: Float
  def toInt: Int
  def toLong: Long
  def toShort: Short
  def toString(): String

Methods inherited from scala/Any-class
asInstanceOf, isInstanceOf, match

Field Detail

value

  final val value: Double
Method Detail

equals

  def equals(x0: Any): Boolean

hashCode

  def hashCode(): Int

toString

  def toString(): String

toByte

  def toByte: Byte

toShort

  def toShort: Short

toChar

  def toChar: Char

toInt

  def toInt: Int

toLong

  def toLong: Long

toFloat

  def toFloat: Float

toDouble

  def toDouble: Double

==

  def ==(x0: Any): Boolean

==

  def ==(x0: Double): Boolean

!=

  def !=(x0: Any): Boolean

!=

  def !=(x0: Double): Boolean

+

  def +: Double

+

  def +(x0: String): String

+

  def +(x0: Double): Double

-

  def -: Double

-

  def -(x0: Double): Double

<

  def <(x0: Double): Boolean

>

  def >(x0: Double): Boolean

<=

  def <=(x0: Double): Boolean

>=

  def >=(x0: Double): Boolean

*

  def *(x0: Double): Double

/

  def /(x0: Double): Double

%

  def %(x0: Double): Double