parse To Doubles
Converts the array of strings to Doubles
Return
the parsed doubles as an array
Parameters
dbl Strings
an array of strings that represent Doubles
parse Fail
the fail to use if the parse fails or string is null, by default Double.NaN
Converts the array of strings to Doubles
Return
the parsed doubles as an array
Parameters
dbl Strings
a list of strings that represent Doubles
parse Fail
the fail to use if the parse fails or string is null, by default Double.NaN