Difference between revisions of "Equals"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Returns true if the two given floats are equal, otherwise false. </onlyinclude> <syntaxhighlight lang="cpp"> bool Equals(float a, float b) </syntaxhighlight> [[Cat...") |
(No difference)
|
Revision as of 16:56, 22 August 2012
Returns true if the two given floats are equal, otherwise false.
bool Equals(float a, float b)