Ejemplo n.º 1
0
 public void Test(decimal d1, decimal d2, decimal expected, decimal tolerance)
 {
     Assert.That(DecimalEx.Remainder(d1, d2), Is.EqualTo(expected).Within(tolerance));
 }