5
Answers

unsigned integer help

Ask a question
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)