mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-24 13:23:40 +01:00
Missing ! operator
This commit is contained in:
parent
89007ebdd6
commit
554d3ee84c
@ -18,7 +18,7 @@ class stringFloat{
|
||||
}
|
||||
function checkFloat(string) {
|
||||
try {
|
||||
return isNaN(parseFloat(string))
|
||||
return !isNaN(parseFloat(string))
|
||||
} catch (error) {
|
||||
return false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user