Funzione statica
Nativa
math.fmod
Returns the remainder of the division of <code>base</code> by <code>modulator</code> that rounds the quotient towards zero
Non ancora tradotto
Sintassi
math.fmod(base, modulator)
Parametri
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
base
|
number | — | The base value. |
modulator
|
number | — | The modulator. |
Valore restituito
- number