How can I get item [n] from every array in a dictionary?
I’ve got a data structure Dictionary<int, float[]>
and I want to generate a float[] which is the nth entry from each float[]. I can do this in code:
I’ve got a data structure Dictionary<int, float[]>
and I want to generate a float[] which is the nth entry from each float[]. I can do this in code: