Skip to content

Instantly share code, notes, and snippets.

@danielevans
Created February 11, 2013 18:15
Show Gist options
  • Save danielevans/4756316 to your computer and use it in GitHub Desktop.
Save danielevans/4756316 to your computer and use it in GitHub Desktop.
bool isThreeQuarters(double value)
{
return value == 75.00;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment