![]() | Download Help (Windows Only) |
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. |
The following table lists the support characteristics of this function.
Supported in the LabVIEW Run-Time Engine | Yes |
Supported on RT targets | No |
A = '1.23E-4+34.333j'
C = str_to_double(A)
Helpful
Not Helpful