bit.nbt 342 B

1234567891011121314151617
  1. use units::si
  2. dimension Bit
  3. @metric_prefixes
  4. @binary_prefixes
  5. @aliases(bit: both, bits: both)
  6. unit bit: Bit
  7. @metric_prefixes
  8. @binary_prefixes
  9. @aliases(B: short, byte: both, bytes: both, Byte: both, Bytes: both, octet, octets, Octet, Octets)
  10. unit byte: Bit = 8 bit
  11. @metric_prefixes
  12. @aliases(bps: short)
  13. unit bps: Bit / Time = bit / second