public void NumberToKilopoundsPerCubicInchTest() =>
 Assert.Equal(MassConcentration.FromKilopoundsPerCubicInch(2), 2.KilopoundsPerCubicInch());
Beispiel #2
0
 public static MassConcentration KilopoundsPerCubicInch <T>(this T value) =>
 MassConcentration.FromKilopoundsPerCubicInch(Convert.ToDecimal(value));