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