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