Want to take part in these discussions? Sign in if you have an account, or apply for one below
Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
you may use 1 dimensional arrays for im-/ export into ILArray. If you MUST use multidimensional System.Arrays - for 1) you can create ILArray by implicitly casting (Strict Off, or CType()):
Dim newILArray as ILArray(Of Single) = values;
In case of export, there is only the chance to export the elements into a 1 dimensional System.Array or to iterate the elements column by column.
1 to 3 of 3