In the Visual Studio 2010 watch window, I found the value of a variable became -1.#IND000. What does this mean?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
IND is the representation of NaN (Not a Number) in Windows system. IND = “indeterminate form”, mostly a result from an illegal operation like dividing by zero or arithmetic operation with infinity.