Skip to content

Instantly share code, notes, and snippets.

@fjod
Created January 23, 2020 11:16
Show Gist options
  • Save fjod/2f5bca02fd9e3ca5acad7beadc8c6b73 to your computer and use it in GitHub Desktop.
Save fjod/2f5bca02fd9e3ca5acad7beadc8c6b73 to your computer and use it in GitHub Desktop.
junior
double[] base1 = {1,2,3,4,5,6};
var ret = new TushinoDb();
for (int i = 1; i < 7; i++) ret.AddCut(new TushinCut(base1[i-1] , 2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment