object Double extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Double
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final val BYTES: Int(8)
- final val MAX_EXPONENT: Int(1023)
- final val MAX_VALUE: Double(1.7976931348623157E308)
- final val MIN_EXPONENT: Int(-1022)
- final val MIN_NORMAL: Double(2.2250738585072014E-308)
- final val MIN_VALUE: Double(4.9E-324)
- final val NEGATIVE_INFINITY: Double(-Infinity)
- final val NaN: Double(NaN)
- final val POSITIVE_INFINITY: Double(Infinity)
- final val SIZE: Int(64)
- final val TYPE: Class[scala.scalanative.runtime.PrimitiveDouble](classOf[scala.scalanative.runtime.PrimitiveDouble])
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compare(x: scala.Double, y: scala.Double): Int
- Annotations
- @inline()
- def doubleToLongBits(value: scala.Double): scala.Long
- Annotations
- @inline()
- def doubleToRawLongBits(value: scala.Double): scala.Long
- Annotations
- @inline()
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(value: scala.Double): Int
- Annotations
- @inline()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isFinite(d: scala.Double): scala.Boolean
- Annotations
- @inline()
- def isInfinite(v: scala.Double): scala.Boolean
- Annotations
- @inline()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def isNaN(v: scala.Double): scala.Boolean
- Annotations
- @inline()
- def longBitsToDouble(value: scala.Long): scala.Double
- Annotations
- @inline()
- def max(a: scala.Double, b: scala.Double): scala.Double
- Annotations
- @inline()
- def min(a: scala.Double, b: scala.Double): scala.Double
- Annotations
- @inline()
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseDouble(s: String): scala.Double
- def sum(a: scala.Double, b: scala.Double): scala.Double
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toHexString(d: scala.Double): String
- def toString(d: scala.Double): String
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- AnyRef → Any
- def valueOf(s: String): Double
- Annotations
- @inline()
- def valueOf(d: scala.Double): Double
- Annotations
- @inline()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()