Skip to content

RoundDown

Description

RoundDown is a Function on Math
Rounds the given value downwards until reaching the next integer. For example, 1.79 becomes 1.0

Example
local testVariable = Math.RoundDown(1.0)
Usage

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