UnitsDigitalDataTransferRate Class

Provides units of digital data transfer rate.

In telecommunications, data transfer rate is the average amount of bits (bitrate), characters or symbols (baudrate), or data blocks per unit time passing through a communication link in a data transmission system.

Definition

Namespace: DevCase.Core.Math.Science
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public sealed class DigitalDataTransferRate
Inheritance
Object    UnitsDigitalDataTransferRate

Remarks

Methods

Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Returns a string that represents the current object.
(Inherited from Object)

Fields

BitsPerSecond A bits per second (symbol: bit/s or b/s, often abbreviated as bps) is the base unit of digital data transfer rate.

It is defined as the amount of bits passing through a communication link in a data transmission system in one second.

BytesPerSecond A bytes per second (symbol: byte/s or B/s, often abbreviated as Bps) is a unit of digital data transfer rate equals to 8 bits per second.

It is defined as the amount of bytes (1 byte = 8 bits) passing through a communication link in a data transmission system in one second.

GigabitsPerSecond A gigabits per second (symbol: Gbit/s or Gb/s, often abbreviated as Gbps) is a unit of digital data transfer rate equals to 1,000 megabits per second.

It is defined as the amount of gigabits passing through a communication link in a data transmission system in one second.

GigabytesPerSecond A gigabytes per second (symbol: Gbyte/s or GB/s, often abbreviated as GBps) is a unit of digital data transfer rate equals to 1,000 megabytes per second.

It is defined as the amount of gigabytes passing through a communication link in a data transmission system in one second.

KilobitsPerSecond A kilobits per second (symbol: kbit/s or kb/s, often abbreviated as kbps) is a unit of digital data transfer rate equals to 1000 bits per second.

It is defined as the amount of kilobits passing through a communication link in a data transmission system in one second.

KilobytesPerSecond A kilobytes per second (symbol: kbyte/s or KB/s, often abbreviated as KBps) is a unit of digital data transfer rate equals to 1000 bytes per second.

It is defined as the amount of kilobytes passing through a communication link in a data transmission system in one second.

MegabitsPerSecond A megabits per second (symbol: Mbit/s or Mb/s, often abbreviated as Mbps) is a unit of digital data transfer rate equals to 1,000 kilobits per second.

It is defined as the amount of megabits passing through a communication link in a data transmission system in one second.

MegabytesPerSecond A megabytes per second (symbol: Mbyte/s or MB/s, often abbreviated as MBps) is a unit of digital data transfer rate equals to 1,000 kilobytes per second.

It is defined as the amount of megabytes passing through a communication link in a data transmission system in one second.

TerabitsPerSecond A terabits per second (symbol: Tbit/s or Tb/s, often abbreviated as Tbps) is a unit of digital data transfer rate equals to 1,000 gigabits per second.

It is defined as the amount of terabits passing through a communication link in a data transmission system in one second.

TerabytesPerSecond A terabytes per second (symbol: Tbyte/s or TB/s, often abbreviated as TBps) is a unit of digital data transfer rate equals to 1,000 gigabytes per second.

It is defined as the amount of terabytes passing through a communication link in a data transmission system in one second.

Extension Methods

CanConvertTo Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
CanConvertToT Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
ConvertToT Converts an object to the specified target type.

If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions)

ConvertToT Converts an object to the specified target type.

If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions)

IsDisposable Determines whether the specified object is a disposable type (i.e., it implements IDisposable interface).
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
ThrowIfNullTException Throws the specified exception if the source object is null.
(Defined by ObjectExtensions)

See Also