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