Esempio n. 1
0
 /// <summary>
 /// Creates a new <see cref="DataRate"/> from given petabytes per second value.
 /// </summary>
 public static DataRate PetabytesPerSecond(this double value) =>
 DataRate.FromPetabytesPerSecond(value);
Esempio n. 2
0
 /// <summary>
 /// Creates a new <see cref="DataRate"/> from given petabytes per second value.
 /// </summary>
 public static DataRate PetabytesPerSecond(this ushort value) =>
 DataRate.FromPetabytesPerSecond(value);