Difference between revisions of "FMod"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Returns the floating-point remainder of the given numerator divided by the given denominator. </onlyinclude> <syntaxhighlight lang="cpp"> float FMod(float numerator...")
(No difference)

Revision as of 18:16, 22 August 2012

Returns the floating-point remainder of the given numerator divided by the given denominator.

float FMod(float numerator, float denominator)