Difference between revisions of "IsValid"

From King Arthur's Gold Wiki
Jump to: navigation, search
(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 17:46, 22 August 2012

Returns true if the given float is a valid number (not NaN or infinity) or not.

bool isValid(float x)