Exemplo n.º 1
0
 public static VolumeFlow AcreFeetPerHour <T>(this T value) =>
 VolumeFlow.FromAcreFeetPerHour(Convert.ToDecimal(value));
Exemplo n.º 2
0
 public void NumberToAcreFeetPerHourTest() =>
 Assert.Equal(VolumeFlow.FromAcreFeetPerHour(2), 2.AcreFeetPerHour());