public void NumberToMillimetersOfMercuryPerSecondTest() =>
 Assert.Equal(PressureChangeRate.FromMillimetersOfMercuryPerSecond(2), 2.MillimetersOfMercuryPerSecond());
Exemple #2
0
 public static PressureChangeRate MillimetersOfMercuryPerSecond <T>(this T value) =>
 PressureChangeRate.FromMillimetersOfMercuryPerSecond(Convert.ToDouble(value));