trait DoubleBinaryTypesTrait extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DoubleBinaryTypesTrait
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type BinaryUnit[T] = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], T]
- type Bits = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], Bits.Tag]
- type Bytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], Bytes.Tag]
- type ExaBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], ExaBytes.Tag]
- type ExbiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], ExbiBytes.Tag]
- type GibiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], GibiBytes.Tag]
- type GigaBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], GigaBytes.Tag]
- type KibiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], KibiBytes.Tag]
- type KiloBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], KiloBytes.Tag]
- type MebiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], MebiBytes.Tag]
- type MegaBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], MegaBytes.Tag]
- type PebiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], PebiBytes.Tag]
- type PetaBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], PetaBytes.Tag]
- type TebiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], TebiBytes.Tag]
- type TeraBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], TeraBytes.Tag]
- type YobiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], YobiBytes.Tag]
- type YottaBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], YottaBytes.Tag]
- type ZebiBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], ZebiBytes.Tag]
- type ZettaBytes = Double with Tag[Double, BinaryUnit.Tag] with Tag[Double with Tag[Double, BinaryUnit.Tag], ZettaBytes.Tag]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object BinaryUnit extends TaggedType[Double]
- object Bits extends OverTagged[Double, BinaryUnit.type]
- object Bytes extends OverTagged[Double, BinaryUnit.type]
- object ExaBytes extends OverTagged[Double, BinaryUnit.type]
- object ExbiBytes extends OverTagged[Double, BinaryUnit.type]
- object GibiBytes extends OverTagged[Double, BinaryUnit.type]
- object GigaBytes extends OverTagged[Double, BinaryUnit.type]
-
object
KibiBytes
extends OverTagged[Double, BinaryUnit.type]
PIBIDI
- object KiloBytes extends OverTagged[Double, BinaryUnit.type]
- object MebiBytes extends OverTagged[Double, BinaryUnit.type]
- object MegaBytes extends OverTagged[Double, BinaryUnit.type]
- object PebiBytes extends OverTagged[Double, BinaryUnit.type]
- object PetaBytes extends OverTagged[Double, BinaryUnit.type]
- object TebiBytes extends OverTagged[Double, BinaryUnit.type]
- object TeraBytes extends OverTagged[Double, BinaryUnit.type]
- object YobiBytes extends OverTagged[Double, BinaryUnit.type]
- object YottaBytes extends OverTagged[Double, BinaryUnit.type]
- object ZebiBytes extends OverTagged[Double, BinaryUnit.type]
- object ZettaBytes extends OverTagged[Double, BinaryUnit.type]