Optional
castToIntOrNan
Typecast variable to integer or NaN if failed.
castToIntOrNan("16.5"); // => 16 Copy
castToIntOrNan("16.5"); // => 16
0.3.21
Name
castToIntOrNan
Description
Typecast variable to integer or NaN if failed.
Example
Since
0.3.21