in scala
class Float

abstract class Float(x0: Float)
extends AnyVal

Field Summary
final val value: Float

Method Summary
  def !=(x0: Any): Boolean
  def !=(x0: Double): Boolean
  def !=(x0: Float): Boolean
  def %(x0: Double): Double
  def %(x0: Float): Float
  def *(x0: Double): Double
  def *(x0: Float): Float
  def +: Float
  def +(x0: String): String
  def +(x0: Double): Double
  def +(x0: Float): Float
  def -: Float
  def -(x0: Double): Double
  def -(x0: Float): Float
  def /(x0: Double): Double
  def /(x0: Float): Float
  def <(x0: Double): Boolean
  def <(x0: Float): Boolean
  def <=(x0: Double): Boolean
  def <=(x0: Float): Boolean
  def ==(x0: Any): Boolean
  def ==(x0: Double): Boolean
  def ==(x0: Float): Boolean
  def >(x0: Double): Boolean
  def >(x0: Float): Boolean
  def >=(x0: Double): Boolean
  def >=(x0: Float): Boolean
  def coerce: Double
  def equals(x0: Any): Boolean
  def hashCode(): Int
  def toString(): String

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

Field Detail

value

  final val value: Float
Method Detail

equals

  def equals(x0: Any): Boolean

hashCode

  def hashCode(): Int

toString

  def toString(): String

==

  def ==(x0: Any): Boolean

==

  def ==(x0: Double): Boolean

==

  def ==(x0: Float): Boolean

!=

  def !=(x0: Any): Boolean

!=

  def !=(x0: Double): Boolean

!=

  def !=(x0: Float): Boolean

+

  def +: Float

+

  def +(x0: String): String

+

  def +(x0: Double): Double

+

  def +(x0: Float): Float

-

  def -: Float

-

  def -(x0: Double): Double

-

  def -(x0: Float): Float

<

  def <(x0: Double): Boolean

<

  def <(x0: Float): Boolean

>

  def >(x0: Double): Boolean

>

  def >(x0: Float): Boolean

<=

  def <=(x0: Double): Boolean

<=

  def <=(x0: Float): Boolean

>=

  def >=(x0: Double): Boolean

>=

  def >=(x0: Float): Boolean

*

  def *(x0: Double): Double

*

  def *(x0: Float): Float

/

  def /(x0: Double): Double

/

  def /(x0: Float): Float

%

  def %(x0: Double): Double

%

  def %(x0: Float): Float

coerce

  def coerce: Double