-
Notifications
You must be signed in to change notification settings - Fork 140
100_900_other_options
Francois Vancoppenolle edited this page May 6, 2015
·
10 revisions
Previous Chapter Previous Page Next Page Table of content
Description : when you have to compate to value, it could happen that Javascript return that they are not equal even if they are because of the way they are stored in memory. In order to avoid this problem, you can set a level of comparaison : if the difference between the two compared values is lower that this level, they are considered as identical. The level is specified with option zeroValue.
Values : a positive value
Default value : 0.0000000001
Sample : zeroValue : 0.0000000000000001
See also :