Returns a float value from the given source which multiply 100
Optional
The source value to inspect
The default value if the source cannot be converted
a float value from the given source which multiply 100
David Hsing
multiply100('0.82'); // 82multiply100('82%'); // 82 Copy
multiply100('0.82'); // 82multiply100('82%'); // 82
Returns a float value from the given source which multiply 100