Rounding a number

Problem: I calculated a custom score on a project, but it shows like this: 0.07333333333333333

Please help me in how I can round the score on the project to ‘73’

ActivePresenter version: Version 9.0.6

OS: Mac

Notes:

Hi,

You can use Math.round(1000 * score) function to round the score.

Regards