1. how can i cast Long to BigDecimal stackoverflow.comhi can any tell me how to cast |
2. Problem with Long and BigDecimal DataType convertion forums.oracle.com |
3. How to identify which class the number belongs to? BigDecimal or long? forums.oracle.com |
4. How to validate max and min of Long and BigDecimal data type forums.oracle.comMy idea is, before we can compare them with the max value, we need to store in a bigger container for number, since long and bigdecimal may be the largest for integer and floating point value, hence we need to find some alternative ways for doing this: 1)One way I can think of is store it in the string and compare ... |