Documentation

Round Down Int Int - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Math :: Round Down Int Int

Root.Math.RoundDownIntInt(
  Value Integer,
  Unit Integer
) Integer
Rounds down a integer value to the nearest number

Parameters

Value Integer
The value being rounded down
Unit Integer
The multiple that should be rounded to

Return Value

Integer

Lua Usage

local integer = math:RoundDownIntInt(value, unit)

If you think anything is missing, please feel free to: submit documentation feedback on this page