Skip to content

Instantly share code, notes, and snippets.

@Ivorforce
Created January 28, 2017 12:30
Show Gist options
  • Save Ivorforce/185533e169f04afa800e43c9811c5a4a to your computer and use it in GitHub Desktop.
Save Ivorforce/185533e169f04afa800e43c9811c5a4a to your computer and use it in GitHub Desktop.
public double getValue(int... position)
{
List<BlurrablePivot> relevant = new ArrayList<>();
addRelevantValues(position, relevant);
return getValue(relevant, position);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment