Checks if the given number is a float.
isFloat(13.45); // true isFloat(13); // false
The number to check.
Whether the number is a float.
Generated using TypeDoc
Checks if the given number is a float.
isFloat(13.45); // true isFloat(13); // false