Situation: I've got a Vector full of Double (object) numbers that I need to pass to a charting module witch only accepts an array of primitive doubles.
Question: Is there any better way to create a double[] from my Vector than to move through each element of it and build an array step by step? Kris McCuller
Programmer Portiva Corp.
kmcculler@portiva.com
Question: Is there any better way to create a double[] from my Vector than to move through each element of it and build an array step by step? Kris McCuller
Programmer Portiva Corp.
kmcculler@portiva.com