Created
January 28, 2017 12:30
-
-
Save Ivorforce/185533e169f04afa800e43c9811c5a4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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