Example #1
0
 public static VolumeFlow LitersPerDay <T>(this T value) =>
 VolumeFlow.FromLitersPerDay(Convert.ToDecimal(value));
Example #2
0
 public void NumberToLitersPerDayTest() =>
 Assert.Equal(VolumeFlow.FromLitersPerDay(2), 2.LitersPerDay());