ScriptEvent:fmod

From Mod Wiki
Revision as of 13:02, 5 November 2007 by Wizz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Parameters

float A -- The numerator.
float B -- The denominator.

Result

float

Supported By

sdSysCallThread

Comments

Functionality

Returns the remainder of the division of the given numbers, A/B.