Skip to content

Instantly share code, notes, and snippets.

@hsmnzaydn
Last active April 19, 2018 11:21
Show Gist options
  • Save hsmnzaydn/46d92b01edb4393248efb1ba36201caa to your computer and use it in GitHub Desktop.
Save hsmnzaydn/46d92b01edb4393248efb1ba36201caa to your computer and use it in GitHub Desktop.
float n1 = 1;
float n2 = 89;
float n3 = 66;
float n4 = 23;
float n5 = 94;
float n6 = 28.1f;
float n7 = 0.167f;
float n8 = 21;
float[][] inp = new float[][]{{n1, n2, n3, n4, n5, n6, n7, n8}};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment