[]
Parses a string and convert it to an array of double.
public static double[] Parse(string str, char separator = ' ')
Public Shared Function Parse(str As String, Optional separator As Char = " "c) As Double()
| Type | Name | Description |
|---|---|---|
| string | str | The string to parse |
| char | separator | The character separator. |
| Type | Description |
|---|---|
| double[] |