Method intValue()
Return type: int
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
if (m_PriceList.intValue() != 0)
2
int red = Red == null ? 0 : Red.intValue();
3
return new Integer(new BigDecimal((String)value).intValue());
4
int quantity = getQuantity(tableName, null).intValue();
5
int length = ((BigDecimal)result).intValue();
6
sendMsg.writeInt (bd.intValue());
7
int numId = quantity.intValue();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.