Constructor Double(double value)
Member of: java.lang.Double
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 this(info, new Double(value));
2 return new Double(d).toString();
3 struct.put(key, new Double(value));
4 return d.equals(new Double(d.intValue()));
5 this(new Double(min), new Double(max));
6 return new Double(x / y);
7 this(object, new Double(value));
8 static Object _C43=new Double(1.0);
9 return new Double(res);
10 public final void put(Object o, double d) { put(o, new Double(d)); }
11 public void put(String name, double value) { put(name, new Double(value)); }
12 return new Double(max);
13 return new Double(rs.getDouble(mapping.getColumnName()));
14 newObject(class_name, new Double(arg));
15 this.print(new Double(d).toString());
16 setParameter(i,new Double(d));
17 return getDouble(s, new Double(d)).doubleValue();
18 return new Double(myValue);
19 this.queue.addLast(new Double(item));
20 operands.push(new Double(0 - a.doubleValue()));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.