A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.scala-lang.org/api/2.13.1/scala/Double.html below:

Scala Standard Library 2.13.1 - scala.Double

  •  abstract def !=(x: Double): Boolean

    Returns true if this value is not equal to x, false otherwise.

  •  abstract def !=(x: Float): Boolean

    Returns true if this value is not equal to x, false otherwise.

  •  abstract def !=(x: Long): Boolean

    Returns true if this value is not equal to x, false otherwise.

  •  abstract def !=(x: Int): Boolean

    Returns true if this value is not equal to x, false otherwise.

  •  abstract def !=(x: Char): Boolean

    Returns true if this value is not equal to x, false otherwise.

  •  abstract def !=(x: Short): Boolean

    Returns true if this value is not equal to x, false otherwise.

  •  abstract def !=(x: Byte): Boolean

    Returns true if this value is not equal to x, false otherwise.

  •  abstract def %(x: Double): Double

    Returns the remainder of the division of this value by x.

  •  abstract def %(x: Float): Double

    Returns the remainder of the division of this value by x.

  •  abstract def %(x: Long): Double

    Returns the remainder of the division of this value by x.

  •  abstract def %(x: Int): Double

    Returns the remainder of the division of this value by x.

  •  abstract def %(x: Char): Double

    Returns the remainder of the division of this value by x.

  •  abstract def %(x: Short): Double

    Returns the remainder of the division of this value by x.

  •  abstract def %(x: Byte): Double

    Returns the remainder of the division of this value by x.

  •  abstract def *(x: Double): Double

    Returns the product of this value and x.

  •  abstract def *(x: Float): Double

    Returns the product of this value and x.

  •  abstract def *(x: Long): Double

    Returns the product of this value and x.

  •  abstract def *(x: Int): Double

    Returns the product of this value and x.

  •  abstract def *(x: Char): Double

    Returns the product of this value and x.

  •  abstract def *(x: Short): Double

    Returns the product of this value and x.

  •  abstract def *(x: Byte): Double

    Returns the product of this value and x.

  •  abstract def +(x: Double): Double

    Returns the sum of this value and x.

  •  abstract def +(x: Float): Double

    Returns the sum of this value and x.

  •  abstract def +(x: Long): Double

    Returns the sum of this value and x.

  •  abstract def +(x: Int): Double

    Returns the sum of this value and x.

  •  abstract def +(x: Char): Double

    Returns the sum of this value and x.

  •  abstract def +(x: Short): Double

    Returns the sum of this value and x.

  •  abstract def +(x: Byte): Double

    Returns the sum of this value and x.

  •  abstract def -(x: Double): Double

    Returns the difference of this value and x.

  •  abstract def -(x: Float): Double

    Returns the difference of this value and x.

  •  abstract def -(x: Long): Double

    Returns the difference of this value and x.

  •  abstract def -(x: Int): Double

    Returns the difference of this value and x.

  •  abstract def -(x: Char): Double

    Returns the difference of this value and x.

  •  abstract def -(x: Short): Double

    Returns the difference of this value and x.

  •  abstract def -(x: Byte): Double

    Returns the difference of this value and x.

  •  abstract def /(x: Double): Double

    Returns the quotient of this value and x.

  •  abstract def /(x: Float): Double

    Returns the quotient of this value and x.

  •  abstract def /(x: Long): Double

    Returns the quotient of this value and x.

  •  abstract def /(x: Int): Double

    Returns the quotient of this value and x.

  •  abstract def /(x: Char): Double

    Returns the quotient of this value and x.

  •  abstract def /(x: Short): Double

    Returns the quotient of this value and x.

  •  abstract def /(x: Byte): Double

    Returns the quotient of this value and x.

  •  abstract def <(x: Double): Boolean

    Returns true if this value is less than x, false otherwise.

  •  abstract def <(x: Float): Boolean

    Returns true if this value is less than x, false otherwise.

  •  abstract def <(x: Long): Boolean

    Returns true if this value is less than x, false otherwise.

  •  abstract def <(x: Int): Boolean

    Returns true if this value is less than x, false otherwise.

  •  abstract def <(x: Char): Boolean

    Returns true if this value is less than x, false otherwise.

  •  abstract def <(x: Short): Boolean

    Returns true if this value is less than x, false otherwise.

  •  abstract def <(x: Byte): Boolean

    Returns true if this value is less than x, false otherwise.

  •  abstract def <=(x: Double): Boolean

    Returns true if this value is less than or equal to x, false otherwise.

  •  abstract def <=(x: Float): Boolean

    Returns true if this value is less than or equal to x, false otherwise.

  •  abstract def <=(x: Long): Boolean

    Returns true if this value is less than or equal to x, false otherwise.

  •  abstract def <=(x: Int): Boolean

    Returns true if this value is less than or equal to x, false otherwise.

  •  abstract def <=(x: Char): Boolean

    Returns true if this value is less than or equal to x, false otherwise.

  •  abstract def <=(x: Short): Boolean

    Returns true if this value is less than or equal to x, false otherwise.

  •  abstract def <=(x: Byte): Boolean

    Returns true if this value is less than or equal to x, false otherwise.

  •  abstract def ==(x: Double): Boolean

    Returns true if this value is equal to x, false otherwise.

  •  abstract def ==(x: Float): Boolean

    Returns true if this value is equal to x, false otherwise.

  •  abstract def ==(x: Long): Boolean

    Returns true if this value is equal to x, false otherwise.

  •  abstract def ==(x: Int): Boolean

    Returns true if this value is equal to x, false otherwise.

  •  abstract def ==(x: Char): Boolean

    Returns true if this value is equal to x, false otherwise.

  •  abstract def ==(x: Short): Boolean

    Returns true if this value is equal to x, false otherwise.

  •  abstract def ==(x: Byte): Boolean

    Returns true if this value is equal to x, false otherwise.

  •  abstract def >(x: Double): Boolean

    Returns true if this value is greater than x, false otherwise.

  •  abstract def >(x: Float): Boolean

    Returns true if this value is greater than x, false otherwise.

  •  abstract def >(x: Long): Boolean

    Returns true if this value is greater than x, false otherwise.

  •  abstract def >(x: Int): Boolean

    Returns true if this value is greater than x, false otherwise.

  •  abstract def >(x: Char): Boolean

    Returns true if this value is greater than x, false otherwise.

  •  abstract def >(x: Short): Boolean

    Returns true if this value is greater than x, false otherwise.

  •  abstract def >(x: Byte): Boolean

    Returns true if this value is greater than x, false otherwise.

  •  abstract def >=(x: Double): Boolean

    Returns true if this value is greater than or equal to x, false otherwise.

  •  abstract def >=(x: Float): Boolean

    Returns true if this value is greater than or equal to x, false otherwise.

  •  abstract def >=(x: Long): Boolean

    Returns true if this value is greater than or equal to x, false otherwise.

  •  abstract def >=(x: Int): Boolean

    Returns true if this value is greater than or equal to x, false otherwise.

  •  abstract def >=(x: Char): Boolean

    Returns true if this value is greater than or equal to x, false otherwise.

  •  abstract def >=(x: Short): Boolean

    Returns true if this value is greater than or equal to x, false otherwise.

  •  abstract def >=(x: Byte): Boolean

    Returns true if this value is greater than or equal to x, false otherwise.

  •  abstract def toByte: Byte
  •  abstract def toChar: Char
  •  abstract def toDouble: Double
  •  abstract def toFloat: Float
  •  abstract def toInt: Int
  •  abstract def toLong: Long
  •  abstract def toShort: Short
  •  abstract def unary_+: Double

    Returns this value, unmodified.

  •  abstract def unary_-: Double

    Returns the negation of this value.

  •  abstract def +(x: String): String

  • RetroSearch is an open source project built by @garambo | Open a GitHub Issue

    Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

    HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4