Hello,
I try to read out a value from a binary data set which results in invalid floating point number. This is correct because the value is stored as null or NaN or something like that. I can't do any operations with my value because it results in invalid floating point operation.
Can I use some try catch mechanisms to recognize the problem so that I can fix the value? Perhaps something else?