Community
Participate
Working Groups
Build Identifier: 20110824 myBigint bigInt; myFloat float; myBigint = mathLib.ceiling(myFloat); myBigint = mathLib.floor(myFloat); Gives errors in generated Java: Type mismatch: cannot convert from Double to long Reproducible: Always Steps to Reproduce: 1.See above. 2. 3.
RBD: mathLib.floor(numericVariable FLOAT in) returns (result BIGINT | FLOAT) result The floor value of numericVariable. The return type is BIGINT in all target platforms other than Rich UI, where the return type is FLOAT.
Their return types should've been float. I've updated them, and the generated code should compile now.
20110828
Verfied