How to create a "Function that returns an Array of a List(Of Double)" ?

  • Thread starter Thread starter V.K.S.B.K
  • Start date Start date
V

V.K.S.B.K

Guest
Dear Friends,

In my program, I get a "List" of 'Planetary Positions' (in Degree - a Double) and another "List" of 'Corresponding Date' (in 'Julian Day number' - a Double). The number of elements in the "List" is not fixed; it may be 10 or may be 200.

Is it possible to create an Array that has 2 elements, each is a List(Of Double) ?

If it is possible, I want to create a Function that returns two List(Of Double). Is it possible? I couldn't get any help on googling.

Please help me.

Thanks

Kind regards

VKSBK




A Real Novice Programmer !

Continue reading...
 
Back
Top