Exemplo n.º 1
0
 public void StaticFromDoubleToNewtonBoilingPointTest() => Assert.AreEqual(expected: Constants.BoilingPointH2OInNewton, Rankine.ToNewton(Constants.BoilingPointH2OInRankine).Value);
Exemplo n.º 2
0
 public void StaticFromDoubleToNewtonAbsoluteZeroTest() => Assert.AreEqual(expected: Constants.AbsoluteZeroInNewton, Rankine.ToNewton(Constants.AbsoluteZeroInRankine).Value, OperationOverDoublePrecision.HighPrecision);