Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

str_to_double (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: string

Requires: MathScript RT Module

Syntax

c = str_to_double(a)

Legacy Name: str2double

Description

Converts a string into a double-precision, floating-point number.

Examples

Inputs

Name Description
a Specifies a string.

Outputs

Name Description
c Returns the double-precision equivalent of a. c is a scalar.

Examples

A = '1.23E-4+34.333j'
C = str_to_double(A)

Related Topics

char
hex_to_num
num_to_str
str_to_num


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit