final class F64 extends AnyVal with FloatingPoint with HasBoxer

Linear Supertypes
HasBoxer, FloatingPoint, Number, Immutable, ImmutableMarker, Clonable, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. F64
  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 F64(value: Double)

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: F64): F64
  8. def *(other: F64): F64
  9. def +(other: F64): F64
  10. def -(other: F64): F64
  11. def /(other: F64): F64
  12. def <(other: F64): B
  13. def <=(other: F64): B
  14. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  15. def >(other: F64): B
  16. def >=(other: F64): B
  17. def BitWidth: Z
    Definition Classes
    F64 → FloatingPoint
  18. def ExponentBitWidth: Z
    Definition Classes
    F64 → FloatingPoint
  19. def SignificandBitWidth: Z
    Definition Classes
    F64 → FloatingPoint
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def boxer: Boxer
    Definition Classes
    F64HasBoxer
  22. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def native: Double
  25. def string: String
    Definition Classes
    F64Immutable
  26. def toString(): java.lang.String
    Definition Classes
    F64 → Any
  27. def unary_-: F64
  28. val value: Double

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