Packages

object Float extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Float
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. final val BYTES: Int(4)
  5. final val MAX_EXPONENT: Int(127)
  6. final val MAX_VALUE: Float(3.4028235E38)
  7. final val MIN_EXPONENT: Int(-126)
  8. final val MIN_NORMAL: Float(1.17549435E-38)
  9. final val MIN_VALUE: Float(1.4E-45)
  10. final val NEGATIVE_INFINITY: Float(-Infinity)
  11. final val NaN: Float(NaN)
  12. final val POSITIVE_INFINITY: Float(Infinity)
  13. final val SIZE: Int(32)
  14. final val TYPE: Class[scala.scalanative.runtime.PrimitiveFloat](classOf[scala.scalanative.runtime.PrimitiveFloat])
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  17. def compare(x: scala.Float, y: scala.Float): Int
    Annotations
    @inline()
  18. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. def floatToIntBits(value: scala.Float): Int
    Annotations
    @inline()
  22. def floatToRawIntBits(value: scala.Float): Int
    Annotations
    @inline()
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(value: scala.Float): Int
    Annotations
    @inline()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def intBitsToFloat(value: Int): scala.Float
    Annotations
    @inline()
  27. def isFinite(f: scala.Float): scala.Boolean
    Annotations
    @inline()
  28. def isInfinite(v: scala.Float): scala.Boolean
    Annotations
    @inline()
  29. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  30. def isNaN(v: scala.Float): scala.Boolean
    Annotations
    @inline()
  31. def max(a: scala.Float, b: scala.Float): scala.Float
    Annotations
    @inline()
  32. def min(a: scala.Float, b: scala.Float): scala.Float
    Annotations
    @inline()
  33. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def parseFloat(s: String): scala.Float
  37. def sum(a: scala.Float, b: scala.Float): scala.Float
    Annotations
    @inline()
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toHexString(f: scala.Float): String
  40. def toString(f: scala.Float): String
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def valueOf(f: scala.Float): Float
    Annotations
    @inline()
  43. def valueOf(s: String): Float
    Annotations
    @inline()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: scala.Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped