trait DoubleIsConflicted extends Numeric[Double]
Type Members
- class NumericOps extends AnyRef
- class OrderingOps extends AnyRef
Abstract Value Members
- abstract def compare(x: Double, y: Double): Int
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def abs(x: Double): Double
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def equiv(x: Double, y: Double): Boolean
- def fromInt(x: Int): Double
- final def getClass(): Class[_ <: AnyRef]
- def gt(x: Double, y: Double): Boolean
- def gteq(x: Double, y: Double): Boolean
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def isReverseOf(other: Ordering[_]): Boolean
- def lt(x: Double, y: Double): Boolean
- def lteq(x: Double, y: Double): Boolean
- def max[U <: Double](x: U, y: U): U
- def min[U <: Double](x: U, y: U): U
- def minus(x: Double, y: Double): Double
- implicit def mkNumericOps(lhs: Double): NumericOps
- implicit def mkOrderingOps(lhs: Double): OrderingOps
- final def ne(arg0: AnyRef): Boolean
- def negate(x: Double): Double
- final def notify(): Unit
- final def notifyAll(): Unit
- def on[U](f: (U) => Double): Ordering[U]
- def one: Double
- def orElse(other: Ordering[Double]): Ordering[Double]
- def orElseBy[S](f: (Double) => S)(implicit ord: Ordering[S]): Ordering[Double]
- def parseString(str: String): Option[Double]
- def plus(x: Double, y: Double): Double
- def reverse: Ordering[Double]
- def reversed(): Comparator[Double]
- def sign(x: Double): Double
- final def synchronized[T0](arg0: => T0): T0
- def thenComparing[U <: Comparable[_ >: U <: AnyRef]](arg0: Function[_ >: Double <: AnyRef, _ <: U]): Comparator[Double]
- def thenComparing[U <: AnyRef](arg0: Function[_ >: Double <: AnyRef, _ <: U], arg1: Comparator[_ >: U <: AnyRef]): Comparator[Double]
- def thenComparing(arg0: Comparator[_ >: Double <: AnyRef]): Comparator[Double]
- def thenComparingDouble(arg0: ToDoubleFunction[_ >: Double <: AnyRef]): Comparator[Double]
- def thenComparingInt(arg0: ToIntFunction[_ >: Double <: AnyRef]): Comparator[Double]
- def thenComparingLong(arg0: ToLongFunction[_ >: Double <: AnyRef]): Comparator[Double]
- def times(x: Double, y: Double): Double
- def toDouble(x: Double): Double
- def toFloat(x: Double): Float
- def toInt(x: Double): Int
- def toLong(x: Double): Long
- def toString(): String
- def tryCompare(x: Double, y: Double): Some[Int]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def zero: Double
Deprecated Value Members
- def finalize(): Unit
- def signum(x: Double): Int
Inherited from Numeric[Double]
Inherited from Ordering[Double]
Inherited from PartialOrdering[Double]
Inherited from Equiv[Double]
Inherited from AnyRef
Inherited from Any