public void ToleranceWithin1() { var tol = Tolerance.FromPpm(10); Assert.IsTrue(tol.Within(500, 500.005)); }