News

Getting started with jagged arrays in C#. ... As you can see in the above program, the number of rows of the jagged array is fixed but the number of columns vary.
I am trying to send a jagged array to a COM object in .NET. The COM object expects a variant array of 1-dimensional arrays of doubles, which is easy to do in javascript, vbscript or vba, but it ...