- Bonita Open Solution 5.x Essentials
- Rohit Bhat
- 46字
- 2021-07-23 15:29:00
The float variable
In addition to the Integer variable, if we want to deal with decimal points and large numbers, Bonita offers the float variable, which is of the Java type Double (java.lang.Double
). You can use the float variable for calculating money values, and so on.