final class Float extends Number with Comparable[Float] with Constable with ConstantDesc
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Float
- ConstantDesc
- Constable
- Comparable
- Number
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Float(s: String)
- Annotations
- @inline()
- new Float(_value: scala.Float)
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def %(x: scala.Double): scala.Double
- Attributes
- protected
- def %(x: scala.Float): scala.Float
- Attributes
- protected
- def %(x: scala.Long): scala.Float
- Attributes
- protected
- def %(x: Int): scala.Float
- Attributes
- protected
- def %(x: Char): scala.Float
- Attributes
- protected
- def %(x: scala.Short): scala.Float
- Attributes
- protected
- def %(x: scala.Byte): scala.Float
- Attributes
- protected
- def *(x: scala.Double): scala.Double
- Attributes
- protected
- def *(x: scala.Float): scala.Float
- Attributes
- protected
- def *(x: scala.Long): scala.Float
- Attributes
- protected
- def *(x: Int): scala.Float
- Attributes
- protected
- def *(x: Char): scala.Float
- Attributes
- protected
- def *(x: scala.Short): scala.Float
- Attributes
- protected
- def *(x: scala.Byte): scala.Float
- Attributes
- protected
- def +(x: scala.Double): scala.Double
- Attributes
- protected
- def +(x: scala.Float): scala.Float
- Attributes
- protected
- def +(x: scala.Long): scala.Float
- Attributes
- protected
- def +(x: Int): scala.Float
- Attributes
- protected
- def +(x: Char): scala.Float
- Attributes
- protected
- def +(x: scala.Short): scala.Float
- Attributes
- protected
- def +(x: scala.Byte): scala.Float
- Attributes
- protected
- def +(x: String): String
- Attributes
- protected
- def -(x: scala.Double): scala.Double
- Attributes
- protected
- def -(x: scala.Float): scala.Float
- Attributes
- protected
- def -(x: scala.Long): scala.Float
- Attributes
- protected
- def -(x: Int): scala.Float
- Attributes
- protected
- def -(x: Char): scala.Float
- Attributes
- protected
- def -(x: scala.Short): scala.Float
- Attributes
- protected
- def -(x: scala.Byte): scala.Float
- Attributes
- protected
- def /(x: scala.Double): scala.Double
- Attributes
- protected
- def /(x: scala.Float): scala.Float
- Attributes
- protected
- def /(x: scala.Long): scala.Float
- Attributes
- protected
- def /(x: Int): scala.Float
- Attributes
- protected
- def /(x: Char): scala.Float
- Attributes
- protected
- def /(x: scala.Short): scala.Float
- Attributes
- protected
- def /(x: scala.Byte): scala.Float
- Attributes
- protected
- def <(x: scala.Double): scala.Boolean
- Attributes
- protected
- def <(x: scala.Float): scala.Boolean
- Attributes
- protected
- def <(x: scala.Long): scala.Boolean
- Attributes
- protected
- def <(x: Int): scala.Boolean
- Attributes
- protected
- def <(x: Char): scala.Boolean
- Attributes
- protected
- def <(x: scala.Short): scala.Boolean
- Attributes
- protected
- def <(x: scala.Byte): scala.Boolean
- Attributes
- protected
- def <=(x: scala.Double): scala.Boolean
- Attributes
- protected
- def <=(x: scala.Float): scala.Boolean
- Attributes
- protected
- def <=(x: scala.Long): scala.Boolean
- Attributes
- protected
- def <=(x: Int): scala.Boolean
- Attributes
- protected
- def <=(x: Char): scala.Boolean
- Attributes
- protected
- def <=(x: scala.Short): scala.Boolean
- Attributes
- protected
- def <=(x: scala.Byte): scala.Boolean
- Attributes
- protected
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- def >(x: scala.Double): scala.Boolean
- Attributes
- protected
- def >(x: scala.Float): scala.Boolean
- Attributes
- protected
- def >(x: scala.Long): scala.Boolean
- Attributes
- protected
- def >(x: Int): scala.Boolean
- Attributes
- protected
- def >(x: Char): scala.Boolean
- Attributes
- protected
- def >(x: scala.Short): scala.Boolean
- Attributes
- protected
- def >(x: scala.Byte): scala.Boolean
- Attributes
- protected
- def >=(x: scala.Double): scala.Boolean
- Attributes
- protected
- def >=(x: scala.Float): scala.Boolean
- Attributes
- protected
- def >=(x: scala.Long): scala.Boolean
- Attributes
- protected
- def >=(x: Int): scala.Boolean
- Attributes
- protected
- def >=(x: Char): scala.Boolean
- Attributes
- protected
- def >=(x: scala.Short): scala.Boolean
- Attributes
- protected
- def >=(x: scala.Byte): scala.Boolean
- Attributes
- protected
- val _value: scala.Float
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def byteValue(): scala.Byte
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compareTo(that: Float): Int
- Definition Classes
- Float → Comparable
- Annotations
- @inline()
- def doubleValue(): scala.Double
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): scala.Boolean
- Definition Classes
- Float → AnyRef → Any
- Annotations
- @inline()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def floatValue(): scala.Float
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- Float → AnyRef → Any
- Annotations
- @inline()
- def intValue(): Int
- def isInfinite(): scala.Boolean
- Annotations
- @inline()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def isNaN(): scala.Boolean
- Annotations
- @inline()
- def longValue(): scala.Long
- 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 shortValue(): scala.Short
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByte: scala.Byte
- Attributes
- protected
- def toChar: Char
- Attributes
- protected
- def toDouble: scala.Double
- Attributes
- protected
- def toFloat: scala.Float
- Attributes
- protected
- def toInt: Int
- Attributes
- protected
- def toLong: scala.Long
- Attributes
- protected
- def toShort: scala.Short
- Attributes
- protected
- def toString(): String
- Definition Classes
- Float → AnyRef → Any
- Annotations
- @inline()
- def unary_+: scala.Float
- Attributes
- protected
- def unary_-: scala.Float
- Attributes
- protected
- 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()