Exemplo n.º 1
0
 public void StaticFromDoubleToRankineMeltingPointTest() => Assert.AreEqual(expected: Constants.MeltingPointH2OInRankine, Delisle.ToRankine(Constants.MeltingPointH2OInDelisle).Value, OperationOverDoublePrecision.HighPrecision);
Exemplo n.º 2
0
 public void StaticFromDoubleToRankineBoilingPointTest() => Assert.AreEqual(expected: Constants.BoilingPointH2OInRankine, Delisle.ToRankine(Constants.BoilingPointH2OInDelisle).Value);
Exemplo n.º 3
0
 public void StaticFromDoubleToRankineAbsoluteZeroTest() => Assert.AreEqual(expected: Constants.AbsoluteZeroInRankine, Delisle.ToRankine(Constants.AbsoluteZeroInDelisle).Value);