
Allows you to determine how many decimal places a number has.
Example

Running this code will count the number of decimal places of "21.739271".

There are 6 decimal places as shown in the alert box.
alert($plugin function("Data and Files Automation.dll", "$get decimal places", 21.739271))