MathfRoundOn this pageMathf.Round(number f) Returns f rounded to the nearest integer. Parameters: NameTypeDescriptionfnumberValue Returns: typeDescriptionnumberf rounded to the nearest integer. Usage ---@type numberlocal f;local val0 = Mathf:Round(f)