t

superquants.doubleprecision

DoubleBinaryTypesTrait

trait DoubleBinaryTypesTrait extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DoubleBinaryTypesTrait
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type BinaryUnit[T] = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], T]
  2. type Bits = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], Bits.Tag]
  3. type Bytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], Bytes.Tag]
  4. type ExaBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], ExaBytes.Tag]
  5. type ExbiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], ExbiBytes.Tag]
  6. type GibiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], GibiBytes.Tag]
  7. type GigaBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], GigaBytes.Tag]
  8. type KibiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], KibiBytes.Tag]
  9. type KiloBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], KiloBytes.Tag]
  10. type MebiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], MebiBytes.Tag]
  11. type MegaBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], MegaBytes.Tag]
  12. type PebiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], PebiBytes.Tag]
  13. type PetaBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], PetaBytes.Tag]
  14. type TebiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], TebiBytes.Tag]
  15. type TeraBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], TeraBytes.Tag]
  16. type YobiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], YobiBytes.Tag]
  17. type YottaBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], YottaBytes.Tag]
  18. type ZebiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], ZebiBytes.Tag]
  19. type ZettaBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], ZettaBytes.Tag]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. object BinaryUnit extends TaggedType[Double]
  21. object Bits extends OverTagged[Double, BinaryUnit.type]
  22. object Bytes extends OverTagged[Double, BinaryUnit.type]
  23. object ExaBytes extends OverTagged[Double, BinaryUnit.type]
  24. object ExbiBytes extends OverTagged[Double, BinaryUnit.type]
  25. object GibiBytes extends OverTagged[Double, BinaryUnit.type]
  26. object GigaBytes extends OverTagged[Double, BinaryUnit.type]
  27. object KibiBytes extends OverTagged[Double, BinaryUnit.type]

    PIBIDI

  28. object KiloBytes extends OverTagged[Double, BinaryUnit.type]
  29. object MebiBytes extends OverTagged[Double, BinaryUnit.type]
  30. object MegaBytes extends OverTagged[Double, BinaryUnit.type]
  31. object PebiBytes extends OverTagged[Double, BinaryUnit.type]
  32. object PetaBytes extends OverTagged[Double, BinaryUnit.type]
  33. object TebiBytes extends OverTagged[Double, BinaryUnit.type]
  34. object TeraBytes extends OverTagged[Double, BinaryUnit.type]
  35. object YobiBytes extends OverTagged[Double, BinaryUnit.type]
  36. object YottaBytes extends OverTagged[Double, BinaryUnit.type]
  37. object ZebiBytes extends OverTagged[Double, BinaryUnit.type]
  38. object ZettaBytes extends OverTagged[Double, BinaryUnit.type]

Inherited from AnyRef

Inherited from Any

Ungrouped