Parses the string for a list of double values.
public static double[] parseDblList( String s )
s
The string to check.
Returns an array of double values found in the string.
The double values must be separated by the list character as determined by the region settings. This is typically a comma (,).