Method longValue()
Return type: long
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
Long lval = new Long(new BigDecimal((String)value).longValue());
2
return new Long(new BigDecimal((String)value).longValue());
3
Long lovValueOID = new Long( ( (BigDecimal) p_value ).longValue() );
4
value = ( (BigDecimal) p_value ).longValue();
5
inputs_[parameterIndex-1] = new Long ((long) scaledUpBd.longValue ());
6
inputs_[parameterIndex-1] = new Long ((long) scaledUpBd.longValue ());
7
newprop.setIntegerValue(num.longValue());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.