Method intValue()
Return type: int
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
return d.equals(new Double(d.intValue()));
2
setProfit( new Integer(temp.intValue()));
3
if (currentMode.intValue() > 3) {
4
i = new Integer(d.intValue());
5
setQ1(new Integer(temp.intValue()));
6
int loopCount = currentMode.intValue() * 8000;
7
if( result.doubleValue() == result.intValue() ) return new Integer( result.intValue() );
8
else if ( isInteger ) result = new Integer(dbl.intValue());
9
return new Integer(d.intValue());
10
setSize((new Double(INITIAL_WIDTH*wFactor)).intValue(), (new Double(INITIAL_HEIGHT*hFactor)).intValue());
11
i = (new Double(rexpr())).intValue();
12
int estCharsOver = new Double((r.getWidth() - w) / chWidth).intValue();
13
barcode.setResolution(resolution.intValue());
14
if (n!=null) fi.calibrationFunction = n.intValue();
15
int endx = new Double(point.getX()).intValue();
16
return new Integer(d.intValue());
17
cal.add(Calendar.YEAR, timeLimit.intValue());
18
tmpElem = ((Double)element).intValue();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.