Skip to content

Commit fcbb1bf

Browse files
committed
updated artcile for getNumber
1 parent 538c88c commit fcbb1bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/app/application-settings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Using application settings methods requires to load "application settings" modul
1717
{%snippet application-settings-string%}
1818

1919
### Set and get numeric value.
20+
Use this method to set numbers with floating point and up to 9 digits long. For larger numbers use `setString`.
2021
We use `toFixed()` here in order to avoid floating point errors - ex: `54.321` becoming `54.320999999537`.
2122
Beware the result of `toFixed()` is a string not a number therefore you cannot use `===` or `!==` when comparing with a number.
2223
{%snippet application-settings-number%}

0 commit comments

Comments
 (0)