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