Skip to content

Instantly share code, notes, and snippets.

@sigmadeltasoftware
Last active December 26, 2017 21:19
Show Gist options
  • Save sigmadeltasoftware/b3338232821bc47660e772cc70d91d69 to your computer and use it in GitHub Desktop.
Save sigmadeltasoftware/b3338232821bc47660e772cc70d91d69 to your computer and use it in GitHub Desktop.
IAA_2: getNextSize clear
public static int getNextSize(int i) {
return Math.Abs(i * 4);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment