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. final def $cannotMixImmutableAndMutable: Nothing
    Attributes
    protected
    Definition Classes
    Immutable
  4. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  5. def $hasEquals: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  6. def $hasString: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  7. def %(other: F32): F32
  8. def *(other: F32): F32
  9. def +(other: F32): F32
  10. def -(other: F32): F32
  11. def /(other: F32): F32
  12. def <(other: F32): B
  13. def <=(other: F32): B
  14. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  15. def >(other: F32): B
  16. def >=(other: F32): B
  17. def BitWidth: Z
    Definition Classes
    F32 → FloatingPoint
  18. def ExponentBitWidth: Z
    Definition Classes
    F32 → FloatingPoint
  19. def SignificandBitWidth: Z
    Definition Classes
    F32 → FloatingPoint
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def boxer: Boxer
    Definition Classes
    F32HasBoxer
  22. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def native: Float
  25. def string: String
    Definition Classes
    F32Immutable
  26. def toString(): java.lang.String
    Definition Classes
    F32 → Any
  27. def unary_-: F32
  28. 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