Scala Standard Library 2.12.18 - scala.Float (original) (raw)
abstract final class Float extends AnyVal
Ordering
- Alphabetic
- By Inheritance
Implicitly
by float2Float
by floatWrapper
by float2double
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Abstract Value Members
- abstract def !=(x: Double): Boolean
- abstract def !=(x: Float): Boolean
- abstract def !=(x: Long): Boolean
- abstract def !=(x: Int): Boolean
- abstract def !=(x: Char): Boolean
- abstract def !=(x: Short): Boolean
- abstract def !=(x: Byte): Boolean
- abstract def %(x: Double): Double
- abstract def %(x: Float): Float
- abstract def %(x: Long): Float
- abstract def %(x: Int): Float
- abstract def %(x: Char): Float
- abstract def %(x: Short): Float
- abstract def %(x: Byte): Float
- abstract def *(x: Double): Double
- abstract def *(x: Float): Float
- abstract def *(x: Long): Float
- abstract def *(x: Int): Float
- abstract def *(x: Char): Float
- abstract def *(x: Short): Float
- abstract def *(x: Byte): Float
- abstract def +(x: Double): Double
- abstract def +(x: Float): Float
- abstract def +(x: Long): Float
- abstract def +(x: Int): Float
- abstract def +(x: Char): Float
- abstract def +(x: Short): Float
- abstract def +(x: Byte): Float
- abstract def +(x: String): String
- abstract def -(x: Double): Double
- abstract def -(x: Float): Float
- abstract def -(x: Long): Float
- abstract def -(x: Int): Float
- abstract def -(x: Char): Float
- abstract def -(x: Short): Float
- abstract def -(x: Byte): Float
- abstract def /(x: Double): Double
- abstract def /(x: Float): Float
- abstract def /(x: Long): Float
- abstract def /(x: Int): Float
- abstract def /(x: Char): Float
- abstract def /(x: Short): Float
- abstract def /(x: Byte): Float
- abstract def <(x: Double): Boolean
- abstract def <(x: Float): Boolean
- abstract def <(x: Long): Boolean
- abstract def <(x: Int): Boolean
- abstract def <(x: Char): Boolean
- abstract def <(x: Short): Boolean
- abstract def <(x: Byte): Boolean
- abstract def <=(x: Double): Boolean
- abstract def <=(x: Float): Boolean
- abstract def <=(x: Long): Boolean
- abstract def <=(x: Int): Boolean
- abstract def <=(x: Char): Boolean
- abstract def <=(x: Short): Boolean
- abstract def <=(x: Byte): Boolean
- abstract def ==(x: Double): Boolean
- abstract def ==(x: Float): Boolean
- abstract def ==(x: Long): Boolean
- abstract def ==(x: Int): Boolean
- abstract def ==(x: Char): Boolean
- abstract def ==(x: Short): Boolean
- abstract def ==(x: Byte): Boolean
- abstract def >(x: Double): Boolean
- abstract def >(x: Float): Boolean
- abstract def >(x: Long): Boolean
- abstract def >(x: Int): Boolean
- abstract def >(x: Char): Boolean
- abstract def >(x: Short): Boolean
- abstract def >(x: Byte): Boolean
- abstract def >=(x: Double): Boolean
- abstract def >=(x: Float): Boolean
- abstract def >=(x: Long): Boolean
- abstract def >=(x: Int): Boolean
- abstract def >=(x: Char): Boolean
- abstract def >=(x: Short): Boolean
- abstract def >=(x: Byte): Boolean
- 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_+: Float
- abstract def unary_-: Float
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def ->[B](y: B): (Float, B)
- final def ==(arg0: Any): Boolean
- def abs: Float
- final def asInstanceOf[T0]: T0
- def ceil: Float
- def compare(y: Float): Int
- def compareTo(arg0: java.lang.Float): Int
- def compareTo(that: Float): Int
- def ensuring(cond: (Float) ⇒ Boolean, msg: ⇒ Any): Float
- def ensuring(cond: (Float) ⇒ Boolean): Float
- def ensuring(cond: Boolean, msg: ⇒ Any): Float
- def ensuring(cond: Boolean): Float
- def equals(arg0: Any): Boolean
- def floor: Float
- def getClass(): Class[Float]
- def hashCode(): Int
- def isInfinite(): Boolean
- def isInfinity: Boolean
- final def isInstanceOf[T0]: Boolean
- def isNaN(): Boolean
- def isNaN: Boolean
- def isNegInfinity: Boolean
- def isPosInfinity: Boolean
- def isValidByte: Boolean
- def isValidChar: Boolean
- def isValidInt: Boolean
- def isValidShort: Boolean
- def isWhole(): Boolean
- def max(that: Float): Float
- def min(that: Float): Float
- def round: Int
- val self: Float
- def signum: Int
- def toDegrees: Float
- def toRadians: Float
- def toString(): String
- def underlying(): AnyRef
- def →[B](y: B): (Float, B)
Shadowed Implicit Value Members
- def !=(x: Double): Boolean
- def !=(x: Float): Boolean
- def !=(x: Long): Boolean
- def !=(x: Int): Boolean
- def !=(x: Char): Boolean
- def !=(x: Short): Boolean
- def !=(x: Byte): Boolean
- def %(x: Double): Double
- def %(x: Float): Double
- def %(x: Long): Double
- def %(x: Int): Double
- def %(x: Char): Double
- def %(x: Short): Double
- def %(x: Byte): Double
- def *(x: Double): Double
- def *(x: Float): Double
- def *(x: Long): Double
- def *(x: Int): Double
- def *(x: Char): Double
- def *(x: Short): Double
- def *(x: Byte): Double
- def +(x: Double): Double
- def +(x: Float): Double
- def +(x: Long): Double
- def +(x: Int): Double
- def +(x: Char): Double
- def +(x: Short): Double
- def +(x: Byte): Double
- def +(x: String): String
- def +(other: String): String
- def -(x: Double): Double
- def -(x: Float): Double
- def -(x: Long): Double
- def -(x: Int): Double
- def -(x: Char): Double
- def -(x: Short): Double
- def -(x: Byte): Double
- def /(x: Double): Double
- def /(x: Float): Double
- def /(x: Long): Double
- def /(x: Int): Double
- def /(x: Char): Double
- def /(x: Short): Double
- def /(x: Byte): Double
- def <(that: Float): Boolean
- def <(x: Double): Boolean
- def <(x: Float): Boolean
- def <(x: Long): Boolean
- def <(x: Int): Boolean
- def <(x: Char): Boolean
- def <(x: Short): Boolean
- def <(x: Byte): Boolean
- def <=(that: Float): Boolean
- def <=(x: Double): Boolean
- def <=(x: Float): Boolean
- def <=(x: Long): Boolean
- def <=(x: Int): Boolean
- def <=(x: Char): Boolean
- def <=(x: Short): Boolean
- def <=(x: Byte): Boolean
- def ==(x: Double): Boolean
- def ==(x: Float): Boolean
- def ==(x: Long): Boolean
- def ==(x: Int): Boolean
- def ==(x: Char): Boolean
- def ==(x: Short): Boolean
- def ==(x: Byte): Boolean
- def >(that: Float): Boolean
- def >(x: Double): Boolean
- def >(x: Float): Boolean
- def >(x: Long): Boolean
- def >(x: Int): Boolean
- def >(x: Char): Boolean
- def >(x: Short): Boolean
- def >(x: Byte): Boolean
- def >=(that: Float): Boolean
- def >=(x: Double): Boolean
- def >=(x: Float): Boolean
- def >=(x: Long): Boolean
- def >=(x: Int): Boolean
- def >=(x: Char): Boolean
- def >=(x: Short): Boolean
- def >=(x: Byte): Boolean
- def byteValue(): Byte
- def byteValue(): Byte
- def doubleValue(): Double
- def doubleValue(): Double
- def equals(arg0: Any): Boolean
- def floatValue(): Float
- def floatValue(): Float
- def hashCode(): Int
- def intValue(): Int
- def intValue(): Int
- def longValue(): Long
- def longValue(): Long
- def shortValue(): Short
- def shortValue(): Short
- def toByte: Byte
- def toByte: Byte
- def toChar: Char
- def toChar: Char
- def toDouble: Double
- def toDouble: Double
- def toFloat: Float
- def toFloat: Float
- def toInt: Int
- def toInt: Int
- def toLong: Long
- def toLong: Long
- def toShort: Short
- def toShort: Short
- def toString(): String
- def toString(): String
- def unary_+: Double
- def unary_-: Double
Deprecated Value Members
- def formatted(fmtstr: String): String
- def to(end: Float, step: Float): Inclusive[Float]
- def to(end: Float): Partial[Float, NumericRange[Float]]
- def until(end: Float, step: Float): Exclusive[Float]
- def until(end: Float): Partial[Float, NumericRange[Float]]