Skip to content

Instantly share code, notes, and snippets.

@beckettkev
Created May 13, 2015 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beckettkev/4fdb8309b9b6cad534d6 to your computer and use it in GitHub Desktop.
Save beckettkev/4fdb8309b9b6cad534d6 to your computer and use it in GitHub Desktop.
var _counter;
var _newsCount = int.Parse(_news.count);
if (_newsCount > _target.count) {
_counter = (_newsCount - _news.removed) * average;
} else {
_counter = (_target.count - _news.removed) * average;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment