コード例 #1
0
 /// <summary>
 /// Creates a new <see cref="DataSize"/> from given gigabytes value.
 /// </summary>
 public static DataSize Gigabytes(this long value) =>
 DataSize.FromGigabytes(value);
コード例 #2
0
 /// <summary>
 /// Creates a new <see cref="DataSize"/> from given gigabytes value.
 /// </summary>
 public static DataSize Gigabytes(this double value) =>
 DataSize.FromGigabytes(value);
コード例 #3
0
 /// <summary>
 /// Creates a new <see cref="DataSize"/> from given gigabytes value.
 /// </summary>
 public static DataSize Gigabytes(this ushort value) =>
 DataSize.FromGigabytes(value);