FMod

From King Arthur's Gold Wiki
Jump to: navigation, search

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


This method is part of the Maths namespace so you need to prefix calls to it with 'Maths::'.

float Maths::FMod(float numerator, float denominator)