We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
namespace UnitConverter\Unit\DataTransferRate
DataTransferRateUnit
$baseUnit
BitPerSecond::class
$unitOf
Measure::DATA_TRANSFER_RATE
bit/s
1
kbit/s
1000
Mbit/s
1000000
Gbit/s
1000000000
Tbit/s
1000000000000
Kibit/s
1024
Mibit/s
1049000
Gibit/s
1074000000
Tibit/s
1100000000000
B/s
8
kB/s
8000
MB/s
8000000
GB/s
8000000000
TB/s
8000000000000
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Data Transfer Rate
namespace UnitConverter\Unit\DataTransferRate
DataTransferRateUnit
class exists for all subsequent data transfer rate units to extend from.$baseUnit
asBitPerSecond::class
.$unitOf
asMeasure::DATA_TRANSFER_RATE
.Bit Transfer Rate Units (Decimal)
bit/s
) =1
kbit/s
) =1000
Mbit/s
) =1000000
Gbit/s
) =1000000000
Tbit/s
) =1000000000000
Bit Transfer Rate Units (Binary)
Kibit/s
) =1024
Mibit/s
) =1049000
Gibit/s
) =1074000000
Tibit/s
) =1100000000000
Byte Transfer Rate Units (Decimal)
B/s
) =8
kB/s
) =8000
MB/s
) =8000000
GB/s
) =8000000000
TB/s
) =8000000000000
The text was updated successfully, but these errors were encountered: