Skip to content

RoundUp

Description

RoundUp is a Function on Math
Rounds the given value upwards until reaching the next integer. For example, 1.24 becomes 2.0

Example
local testVariable = Math.RoundUp(1.0)
Usage

network usage: Any (Client or Server/Host)
returns: int
parameters:
- value (float)