Owning Class: string
Requires: MathScript RT Module
c = str_to_double(a)
Legacy Name: str2double
Converts a string into a double-precision, floating-point number.
| Name | Description |
|---|---|
| a | Specifies a string. |
| Name | Description |
|---|---|
| c | Returns the double-precision equivalent of a. c is a scalar. |
A = '1.23E-4+34.333j'
C = str_to_double(A)