Lua
C++
Edit

Mod

This function performs a modulus operation and returns the result.

Syntax

Parameter Description
value value to determine the modulus for
divisor value to divide by

Returns

Returns the result of the modulus operation.

Example

value = 735
value = Mod(value, 360)
Print(value)
Copyright © 2024 Ultra Software.
All rights reserved.