I\'m querying a database and some of the results I\'m getting are null. I\'m setting these values to a variable with a datatype of double. Let\'s call the variable \"results
I believe Double.NaN might be able to cover this. That is the only 'null' value double contains.