David Smith

David Smith

  • NA
  • 2k
  • 0

unsigned integer help

Jul 3 2013 1:47 PM
Below when the number goes negative, I get a large number (4294967290), which is not correct, do anyone know why. I know that Round function returns a double. The large number is 4294967290. What to do see the exact negative number

 test4 = (uint)Math.Round((m_abortTime - DateTime.Now,3).TotalSeconds);

Answers (5)