Check if the string represents a decimal number, such as 0.1, .3, 1.1, 1.00003, 4.0 etc.
0.1
.3
1.1
1.00003
4.0
Optional
Options
Generated using TypeDoc
Check if the string represents a decimal number, such as
0.1
,.3
,1.1
,1.00003
,4.0
etc.