Math Round will round a number with the specified decimal places
-- number: int or float -- DecimalPlaces: number of Decimal Places as int local Roundednumber = LUX.Math.Round([number], [DecimalPlaces])
Last updated 11 months ago