Esempio n. 1
0
 public static MolarMaximumRateOfReaction CentimolesPerHourPerGram <T>(this T value) =>
 MolarMaximumRateOfReaction.FromCentimolesPerHourPerGram(Convert.ToDouble(value));
 public void NumberToCentimolesPerHourPerGramTest() =>
 Assert.Equal(MolarMaximumRateOfReaction.FromCentimolesPerHourPerGram(2), 2.CentimolesPerHourPerGram());