Test integerness: Difference between revisions

Line 441:
=={{header|C#}}==
<lang c sharp>
 
 
namespace Test_integerness
{
Line 545 ⟶ 543:
IS_INTEGER = true;
else if((decimal)TOLERANCE >= (decimal)Math.Abs( (decimal)Math.Round(NUMBER,0) - (decimal)NUMBER ))
IS_INTEGER_T = true;