Re: Quick Question - Array Declaration
- From: "Thomas Fritsch" <i.dont.like.spam@xxxxxxxxxxx>
- Date: Mon, 28 Aug 2006 02:35:14 +0200
"Christopher Smith" <csmith@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
ArrayList list = new ArrayList();list.add(new double[] {value1, value2, value3});
list.add(new double[{value1, value2, value3}]);
I can't find a good example on the net and I can't seem to get the syntax
right. Basically, I want to insert in the array list an array of doubles.
Is that possible in a compact form? What would be the best syntax for
this
operation?
--
Thomas
.
- References:
- Quick Question - Array Declaration
- From: Christopher Smith
- Quick Question - Array Declaration
- Prev by Date: Quick Question - Array Declaration
- Next by Date: Re: Applet runs fine Pre IE 7 Now errors
- Previous by thread: Quick Question - Array Declaration
- Next by thread: Modulo
- Index(es):
Relevant Pages
|
|