Difference between revisions of "IsValid"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Returns true if the given float is a valid number (not NaN or infinity) or not. </onlyinclude> <syntaxhighlight lang="cpp"> bool isValid(float x) </syntaxhighlight>...") |
(No difference)
|
Revision as of 16:46, 22 August 2012
Returns true if the given float is a valid number (not NaN or infinity) or not.
bool isValid(float x)