Esempio n. 1
0
 public static VolumeFlow MegaukGallonsPerSecond <T>(this T value) =>
 VolumeFlow.FromMegaukGallonsPerSecond(Convert.ToDecimal(value));
Esempio n. 2
0
 public void NumberToMegaukGallonsPerSecondTest() =>
 Assert.Equal(VolumeFlow.FromMegaukGallonsPerSecond(2), 2.MegaukGallonsPerSecond());