Tagged Questions
3
votes
4answers
4k views
Getting array subsets efficiently
Is there an efficient way to take a subset of a C# array and pass it to another peice of code (without modifying the original array)? I use CUDA.net which has a function which copies an array to the ...