/// <summary> /// Creates a new <see cref="DataRate"/> from given bytes per second value. /// </summary> public static DataRate BytesPerSecond(this long value) => DataRate.FromBytesPerSecond(value);
/// <summary> /// Creates a new <see cref="DataRate"/> from given bytes per second value. /// </summary> public static DataRate BytesPerSecond(this ushort value) => DataRate.FromBytesPerSecond(value);