Hello here! How can I convert BigNum to BigInt lik...
# korge
y
Hello here! How can I convert BigNum to BigInt like
1.02.toInt() == 1
@Deactivated User 🙂
found
convertToScale(0).int
solution
d
Nice. Glad you found that solution. I have added these new functions: https://github.com/korlibs/korge-next/commit/8e16ee712ceea65866e18aa0597f2fe5a94de358
🔥 1