Trait

superquants.doubleprecision

DoubleBinaryTypesTrait

Related Doc: package doubleprecision

Permalink

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]

    Permalink
  2. type Bits = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], Bits.Tag]

    Permalink
  3. type Bytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], Bytes.Tag]

    Permalink
  4. type ExaBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], ExaBytes.Tag]

    Permalink
  5. type ExbiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], ExbiBytes.Tag]

    Permalink
  6. type GibiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], GibiBytes.Tag]

    Permalink
  7. type GigaBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], GigaBytes.Tag]

    Permalink
  8. type KibiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], KibiBytes.Tag]

    Permalink
  9. type KiloBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], KiloBytes.Tag]

    Permalink
  10. type MebiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], MebiBytes.Tag]

    Permalink
  11. type MegaBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], MegaBytes.Tag]

    Permalink
  12. type PebiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], PebiBytes.Tag]

    Permalink
  13. type PetaBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], PetaBytes.Tag]

    Permalink
  14. type TebiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], TebiBytes.Tag]

    Permalink
  15. type TeraBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], TeraBytes.Tag]

    Permalink
  16. type YobiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], YobiBytes.Tag]

    Permalink
  17. type YottaBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], YottaBytes.Tag]

    Permalink
  18. type ZebiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], ZebiBytes.Tag]

    Permalink
  19. type ZettaBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], ZettaBytes.Tag]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object BinaryUnit extends TaggedType[Double]

    Permalink
  5. object Bits extends OverTagged[Double, BinaryUnit.type]

    Permalink
  6. object Bytes extends OverTagged[Double, BinaryUnit.type]

    Permalink
  7. object ExaBytes extends OverTagged[Double, BinaryUnit.type]

    Permalink
  8. object ExbiBytes extends OverTagged[Double, BinaryUnit.type]

    Permalink
  9. object GibiBytes extends OverTagged[Double, BinaryUnit.type]

    Permalink
  10. object GigaBytes extends OverTagged[Double, BinaryUnit.type]

    Permalink
  11. object KibiBytes extends OverTagged[Double, BinaryUnit.type]

    Permalink

    PIBIDI

  12. object KiloBytes extends OverTagged[Double, BinaryUnit.type]

    Permalink
  13. object MebiBytes extends OverTagged[Double, BinaryUnit.type]

    Permalink
  14. object MegaBytes extends OverTagged[Double, BinaryUnit.type]

    Permalink
  15. object PebiBytes extends OverTagged[Double, BinaryUnit.type]

    Permalink
  16. object PetaBytes extends OverTagged[Double, BinaryUnit.type]

    Permalink
  17. object TebiBytes extends OverTagged[Double, BinaryUnit.type]

    Permalink
  18. object TeraBytes extends OverTagged[Double, BinaryUnit.type]

    Permalink
  19. object YobiBytes extends OverTagged[Double, BinaryUnit.type]

    Permalink
  20. object YottaBytes extends OverTagged[Double, BinaryUnit.type]

    Permalink
  21. object ZebiBytes extends OverTagged[Double, BinaryUnit.type]

    Permalink
  22. object ZettaBytes extends OverTagged[Double, BinaryUnit.type]

    Permalink
  23. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  24. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped