Constructor BigDecimal(BigInteger val)
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 myBody[i] = new BigDecimal(val[i]);
2 myBody[i][j] = new BigDecimal(val[i][j]);
3 toreturn = new BigDecimal((BigInteger)value);
4 BigDecimal d = new BigDecimal(BigInteger.ONE);
5 return new BigDecimal((BigInteger) pValue);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.