[]
Gets a double value specified by a path.
public double GetDouble(string path)
Public Function GetDouble(path As String) As Double
| Type | Name | Description |
|---|---|---|
| string | path | The target path. |
| Type | Description |
|---|---|
| double | The double value specified by |