final class F32 extends AnyVal with FloatingPoint with HasBoxer

Linear Supertypes
HasBoxer, FloatingPoint, Number, Immutable, ImmutableMarker, Clonable, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. F32
  2. HasBoxer
  3. FloatingPoint
  4. Number
  5. Immutable
  6. ImmutableMarker
  7. Clonable
  8. AnyVal
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new F32(value: Float)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  4. def %(other: F32): F32
  5. def *(other: F32): F32
  6. def +(other: F32): F32
  7. def -(other: F32): F32
  8. def /(other: F32): F32
  9. def <(other: F32): B
  10. def <=(other: F32): B
  11. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  12. def >(other: F32): B
  13. def >=(other: F32): B
  14. def BitWidth: Z
    Definition Classes
    F32 → FloatingPoint
  15. def ExponentBitWidth: Z
    Definition Classes
    F32 → FloatingPoint
  16. def SignificandBitWidth: Z
    Definition Classes
    F32 → FloatingPoint
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def boxer: Boxer
    Definition Classes
    F32HasBoxer
  19. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def native: Float
  22. def string: String
    Definition Classes
    F32Immutable
  23. def toString(): java.lang.String
    Definition Classes
    F32 → Any
  24. def unary_-: F32
  25. val value: Float

Inherited from HasBoxer

Inherited from FloatingPoint

Inherited from Number

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyVal

Inherited from Any

Ungrouped