Method doubleValue()
Return type: double
Member of:
java.math.BigDecimal
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
assertEquals("testData norm",14d,m.getNorm().doubleValue(),entryTolerance);
2
assertTrue(msg,m.subtract(n).getNorm().doubleValue() < tolerance);
3
Discount = new BigDecimal ((m_PriceList.doubleValue() - m_PriceStd.doubleValue())
4
body[i][j] = val[i][j].doubleValue();
5
d = roundMagic(Math.log(bdVal.doubleValue()) * LOG10_FACTOR);
6
value = ( (BigDecimal) p_value ).doubleValue();
7
bdVal = (bdVal.doubleValue() < 0) ? bdVal.setScale(scaleVal.intValue(),
8
Object result = new Double(d.doubleValue());
9
tmpElem = ((java.math.BigDecimal)element).doubleValue();
10
double totalQty = m_xMatched.doubleValue();
11
workedOnDouble = new Double(((BigDecimal)workedOnColumnObject).doubleValue());
12
newprop.setFloatValue(num.doubleValue());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.