IsValid
From King Arthur's Gold Wiki
Revision as of 16:46, 22 August 2012 by Shadlington (Talk | contribs)
Returns true if the given float is a valid number (not NaN or infinity) or not.
bool isValid(float x)
Returns true if the given float is a valid number (not NaN or infinity) or not.
bool isValid(float x)