public void NumberToKilopoundsPerCubicFootTest() =>
 Assert.Equal(MassConcentration.FromKilopoundsPerCubicFoot(2), 2.KilopoundsPerCubicFoot());
Beispiel #2
0
 public static MassConcentration KilopoundsPerCubicFoot <T>(this T value) =>
 MassConcentration.FromKilopoundsPerCubicFoot(Convert.ToDecimal(value));