Closed GoogleCodeExporter closed 8 years ago
This is not a forum, this is issue tracking system.
Have a look at docs to see what Compute() returns:
http://www.aforgenet.com/framework/docs/html/ea1ad50d-b237-1e25-b081-d68409e333f
0.htm
And now lets get to C# basics. Suppose you have array:
double[] test = new double[10];
What is the difference between: test, test[0], test[1] ?
Original comment by andrew.k...@gmail.com
on 19 Jun 2014 at 8:49
Original issue reported on code.google.com by
osmanvi...@gmail.com
on 18 Jun 2014 at 5:37