IsValid
From King Arthur's Gold Wiki
Revision as of 22:24, 6 September 2012 by Shadlington (Talk | contribs)
Returns true if the given float is a valid number (not NaN or infinity) or not.
This method is part of the Maths namespace so you need to prefix calls to it with 'Maths::'.
bool Maths::isValid(float x)