Class

scala.runtime

RichFloat

Related Doc: package runtime

Permalink

final class RichFloat extends AnyVal with FractionalProxy[Float]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichFloat
  2. FractionalProxy
  3. RangedProxy
  4. ScalaNumberProxy
  5. OrderedProxy
  6. Ordered
  7. Comparable
  8. Typed
  9. Proxy
  10. ScalaNumericAnyConversions
  11. AnyVal
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichFloat(self: Float)

    Permalink

Type Members

  1. type ResultWithoutStep = Partial[Float, NumericRange[Float]]

    Permalink

    In order to supply predictable ranges, we require an Integral[T] which provides us with discrete operations on the (otherwise fractional) T.

    In order to supply predictable ranges, we require an Integral[T] which provides us with discrete operations on the (otherwise fractional) T. See Numeric.DoubleAsIfIntegral for an example.

    Definition Classes
    FractionalProxyRangedProxy

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def <(that: Float): Boolean

    Permalink

    Returns true if this is less than that

    Returns true if this is less than that

    Definition Classes
    Ordered
  4. def <=(that: Float): Boolean

    Permalink

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

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

    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. def >(that: Float): Boolean

    Permalink

    Returns true if this is greater than that.

    Returns true if this is greater than that.

    Definition Classes
    Ordered
  7. def >=(that: Float): Boolean

    Permalink

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

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

    Definition Classes
    Ordered
  8. def abs: Float

    Permalink

    Returns the absolute value of this.

    Returns the absolute value of this.

    Definition Classes
    RichFloatScalaNumberProxy
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def byteValue(): Byte

    Permalink
  11. def ceil: Float

    Permalink
  12. def compare(y: Float): Int

    Permalink

    Result of comparing this with operand that.

    Result of comparing this with operand that.

    Implement this method to determine how instances of A will be sorted.

    Returns x where:

    • x < 0 when this < that
    • x == 0 when this == that
    • x > 0 when this > that
    Definition Classes
    OrderedProxyOrdered
  13. def compareTo(that: Float): Int

    Permalink

    Result of comparing this with operand that.

    Result of comparing this with operand that.

    Definition Classes
    Ordered → Comparable
  14. def doubleValue(): Double

    Permalink
  15. def floatValue(): Float

    Permalink
  16. def floor: Float

    Permalink
  17. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  18. def intValue(): Int

    Permalink
  19. def integralNum: FloatAsIfIntegral.type

    Permalink
    Attributes
    protected
    Definition Classes
    RichFloatFractionalProxy
  20. def isInfinity: Boolean

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def isNaN: Boolean

    Permalink
  23. def isNegInfinity: Boolean

    Permalink
  24. def isPosInfinity: Boolean

    Permalink
  25. def isValidByte: Boolean

    Permalink

    Returns true iff this has a zero fractional part, and is within the range of scala.Byte MinValue and MaxValue; otherwise returns false.

    Returns true iff this has a zero fractional part, and is within the range of scala.Byte MinValue and MaxValue; otherwise returns false.

    Definition Classes
    RichFloatScalaNumericAnyConversions
  26. def isValidChar: Boolean

    Permalink

    Returns true iff this has a zero fractional part, and is within the range of scala.Char MinValue and MaxValue; otherwise returns false.

    Returns true iff this has a zero fractional part, and is within the range of scala.Char MinValue and MaxValue; otherwise returns false.

    Definition Classes
    RichFloatScalaNumericAnyConversions
  27. def isValidInt: Boolean

    Permalink

    Returns true iff this has a zero fractional part, and is within the range of scala.Int MinValue and MaxValue; otherwise returns false.

    Returns true iff this has a zero fractional part, and is within the range of scala.Int MinValue and MaxValue; otherwise returns false.

    Definition Classes
    RichFloatScalaNumericAnyConversions
  28. def isValidShort: Boolean

    Permalink

    Returns true iff this has a zero fractional part, and is within the range of scala.Short MinValue and MaxValue; otherwise returns false.

    Returns true iff this has a zero fractional part, and is within the range of scala.Short MinValue and MaxValue; otherwise returns false.

    Definition Classes
    RichFloatScalaNumericAnyConversions
  29. def isWhole(): Boolean

    Permalink

    returns

    true if this number has no decimal component, false otherwise.

    Definition Classes
    RichFloatFractionalProxyScalaNumericAnyConversions
  30. def longValue(): Long

    Permalink
  31. def max(that: Float): Float

    Permalink

    Returns this if this > that or that otherwise.

    Returns this if this > that or that otherwise.

    Definition Classes
    RichFloatScalaNumberProxy
  32. def min(that: Float): Float

    Permalink

    Returns this if this < that or that otherwise.

    Returns this if this < that or that otherwise.

    Definition Classes
    RichFloatScalaNumberProxy
  33. def num: FloatIsFractional.type

    Permalink
    Attributes
    protected
    Definition Classes
    RichFloatFractionalProxyScalaNumberProxy
  34. def ord: math.Ordering.Float.type

    Permalink
    Attributes
    protected
    Definition Classes
    RichFloatOrderedProxy
  35. def round: Int

    Permalink
  36. val self: Float

    Permalink
    Definition Classes
    RichFloatTypedProxy
  37. def shortValue(): Short

    Permalink
  38. def signum: Int

    Permalink

    Returns the signum of this.

    Returns the signum of this.

    Definition Classes
    RichFloatScalaNumberProxy
  39. def to(end: Float, step: Float): Inclusive[Float]

    Permalink
    Definition Classes
    FractionalProxyRangedProxy
  40. def to(end: Float): ResultWithoutStep

    Permalink
    Definition Classes
    FractionalProxyRangedProxy
  41. def toByte: Byte

    Permalink

    Returns the value of this as a scala.Byte.

    Returns the value of this as a scala.Byte. This may involve rounding or truncation.

    Definition Classes
    ScalaNumericAnyConversions
  42. def toChar: Char

    Permalink

    Returns the value of this as a scala.Char.

    Returns the value of this as a scala.Char. This may involve rounding or truncation.

    Definition Classes
    ScalaNumericAnyConversions
  43. def toDegrees: Float

    Permalink

    Converts an angle measured in radians to an approximately equivalent angle measured in degrees.

    Converts an angle measured in radians to an approximately equivalent angle measured in degrees.

    returns

    the measurement of the angle x in degrees.

  44. def toDouble: Double

    Permalink

    Returns the value of this as a scala.Double.

    Returns the value of this as a scala.Double. This may involve rounding or truncation.

    Definition Classes
    ScalaNumericAnyConversions
  45. def toFloat: Float

    Permalink

    Returns the value of this as a scala.Float.

    Returns the value of this as a scala.Float. This may involve rounding or truncation.

    Definition Classes
    ScalaNumericAnyConversions
  46. def toInt: Int

    Permalink

    Returns the value of this as an scala.Int.

    Returns the value of this as an scala.Int. This may involve rounding or truncation.

    Definition Classes
    ScalaNumericAnyConversions
  47. def toLong: Long

    Permalink

    Returns the value of this as a scala.Long.

    Returns the value of this as a scala.Long. This may involve rounding or truncation.

    Definition Classes
    ScalaNumericAnyConversions
  48. def toRadians: Float

    Permalink

    Converts an angle measured in degrees to an approximately equivalent angle measured in radians.

    Converts an angle measured in degrees to an approximately equivalent angle measured in radians.

    returns

    the measurement of the angle x in radians.

  49. def toShort: Short

    Permalink

    Returns the value of this as a scala.Short.

    Returns the value of this as a scala.Short. This may involve rounding or truncation.

    Definition Classes
    ScalaNumericAnyConversions
  50. def toString(): String

    Permalink
    Definition Classes
    Proxy → Any
  51. def underlying(): AnyRef

    Permalink
  52. def unifiedPrimitiveEquals(x: Any): Boolean

    Permalink

    Should only be called after all known non-primitive types have been excluded.

    Should only be called after all known non-primitive types have been excluded. This method won't dispatch anywhere else after checking against the primitives to avoid infinite recursion between equals and this on unknown "Number" variants.

    Additionally, this should only be called if the numeric type is happy to be converted to Long, Float, and Double. If for instance a BigInt much larger than the Long range is sent here, it will claim equality with whatever Long is left in its lower 64 bits. Or a BigDecimal with more precision than Double can hold: same thing. There's no way given the interface available here to prevent this error.

    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions
  53. def unifiedPrimitiveHashcode(): Int

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions
  54. def until(end: Float, step: Float): Exclusive[Float]

    Permalink
    Definition Classes
    FractionalProxyRangedProxy
  55. def until(end: Float): ResultWithoutStep

    Permalink
    Definition Classes
    FractionalProxyRangedProxy

Inherited from FractionalProxy[Float]

Inherited from RangedProxy[Float]

Inherited from ScalaNumberProxy[Float]

Inherited from OrderedProxy[Float]

Inherited from math.Ordered[Float]

Inherited from Comparable[Float]

Inherited from Typed[Float]

Inherited from Proxy

Inherited from AnyVal

Inherited from Any

Ungrouped