._isfloat - macmcmeans/localDataStorage GitHub Wiki

localDataStorage._isfloat( keyName )

This Memory Key method performs a boolean type check against the value of keyName testing for a Float Number.

EXAMPLE:

● localData._isfloat( 'employmentStart' );   -->   true

🛢 The corresponding disk-based method is isfloat.

📝 NOTE: When you need to retrieve a Memory Key's data type, you can use _showtype.