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.16/scala/Float.html below:

Scala Standard Library 2.13.16 - scala.Float

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  •  def %(x: Double): Double

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

  •  def %(x: Float): Double

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

  •  def %(x: Long): Double

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

  •  def %(x: Int): Double

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

  •  def %(x: Char): Double

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

  •  def %(x: Short): Double

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

  •  def %(x: Byte): Double

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

  •  def *(x: Double): Double

    Returns the product of this value and x.

  •  def *(x: Float): Double

    Returns the product of this value and x.

  •  def *(x: Long): Double

    Returns the product of this value and x.

  •  def *(x: Int): Double

    Returns the product of this value and x.

  •  def *(x: Char): Double

    Returns the product of this value and x.

  •  def *(x: Short): Double

    Returns the product of this value and x.

  •  def *(x: Byte): Double

    Returns the product of this value and x.

  •  def +(x: Double): Double

    Returns the sum of this value and x.

  •  def +(x: Float): Double

    Returns the sum of this value and x.

  •  def +(x: Long): Double

    Returns the sum of this value and x.

  •  def +(x: Int): Double

    Returns the sum of this value and x.

  •  def +(x: Char): Double

    Returns the sum of this value and x.

  •  def +(x: Short): Double

    Returns the sum of this value and x.

  •  def +(x: Byte): Double

    Returns the sum of this value and x.

  •  def +(other: String): String
  •  def -(x: Double): Double

    Returns the difference of this value and x.

  •  def -(x: Float): Double

    Returns the difference of this value and x.

  •  def -(x: Long): Double

    Returns the difference of this value and x.

  •  def -(x: Int): Double

    Returns the difference of this value and x.

  •  def -(x: Char): Double

    Returns the difference of this value and x.

  •  def -(x: Short): Double

    Returns the difference of this value and x.

  •  def -(x: Byte): Double

    Returns the difference of this value and x.

  •  def /(x: Double): Double

    Returns the quotient of this value and x.

  •  def /(x: Float): Double

    Returns the quotient of this value and x.

  •  def /(x: Long): Double

    Returns the quotient of this value and x.

  •  def /(x: Int): Double

    Returns the quotient of this value and x.

  •  def /(x: Char): Double

    Returns the quotient of this value and x.

  •  def /(x: Short): Double

    Returns the quotient of this value and x.

  •  def /(x: Byte): Double

    Returns the quotient of this value and x.

  •  def <(that: Float): Boolean

    Returns true if this is less than that

  •  def <(x: Double): Boolean

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

  •  def <(x: Float): Boolean

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

  •  def <(x: Long): Boolean

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

  •  def <(x: Int): Boolean

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

  •  def <(x: Char): Boolean

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

  •  def <(x: Short): Boolean

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

  •  def <(x: Byte): Boolean

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

  •  def <=(that: Float): Boolean

    Returns true if this is less than or equal to that.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  •  def >(that: Float): Boolean

    Returns true if this is greater than that.

  •  def >(x: Double): Boolean

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

  •  def >(x: Float): Boolean

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

  •  def >(x: Long): Boolean

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

  •  def >(x: Int): Boolean

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

  •  def >(x: Char): Boolean

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

  •  def >(x: Short): Boolean

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

  •  def >(x: Byte): Boolean

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

  •  def >=(that: Float): Boolean

    Returns true if this is greater than or equal to that.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  •  def equals(arg0: AnyRef): Boolean

    The equality method for reference types.

  •  def hashCode(): Int

    The hashCode method for reference types.

  •  def toByte: Byte

    Returns the value of this as a scala.Byte.

  •  def toByte: Byte
  •  def toChar: Char

    Returns the value of this as a scala.Char.

  •  def toChar: Char
  •  def toDouble: Double

    Returns the value of this as a scala.Double.

  •  def toDouble: Double
  •  def toFloat: Float

    Returns the value of this as a scala.Float.

  •  def toFloat: Float
  •  def toInt: Int

    Returns the value of this as an scala.Int.

  •  def toInt: Int
  •  def toLong: Long

    Returns the value of this as a scala.Long.

  •  def toLong: Long
  •  def toShort: Short

    Returns the value of this as a scala.Short.

  •  def toShort: Short
  •  def toString(): String

    Creates a String representation of this object.

  •  def toString(): String

    Returns a string representation of the object.

  •  def unary_+: Double

    Returns this value, unmodified.

  •  def unary_-: Double

    Returns the negation of this value.


  • 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