No function "isFloat" in the class Var

Hi Jules !

Would it be possible to add the function "isFloat" to the var class, since there is such a function for every other possible type ?

Thanks in advance !

It already has isDouble() 

(Although you can cast the var to float, it only stores the data internally as a double)

OK, I didn't see that the data is always stored internally as a double, makes sense in this case, thanks ;)