Skip to content

Instantly share code, notes, and snippets.

@VladimirReshetnikov
Created February 11, 2014 20:29
Show Gist options
  • Save VladimirReshetnikov/8943444 to your computer and use it in GitHub Desktop.
Save VladimirReshetnikov/8943444 to your computer and use it in GitHub Desktop.
class C
{
public static void Foo(double? x)
{
if(x <= double.NaN) { }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment