Jump to content

Fract/Exp String To Number function: Difference between revisions

From LabVIEW Wiki
Started page
 
mNo edit summary
 
Line 1: Line 1:
{{stub}}
{{stub}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/String/Number/String Conversion{{!}}Number/String Conversion palette|type=function|icon=Number-String Conversion Palette - Fract/Exp String To Number.png}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/String/Number/String Conversion{{!}}Number/String Conversion palette|type=function|icon=Number-String Conversion Palette - Fract-Exp String To Number.png}}


The '''Fract/Exp String To Number''' function interprets the characters 0 through 9, plus, minus, e, E, and the decimal point (usually period) in '''string''' starting at '''offset''' as a floating-point number in engineering notation, exponential, or fractional format and returns it in '''number'''.
The '''Fract/Exp String To Number''' function interprets the characters 0 through 9, plus, minus, e, E, and the decimal point (usually period) in '''string''' starting at '''offset''' as a floating-point number in engineering notation, exponential, or fractional format and returns it in '''number'''.

Latest revision as of 13:03, 3 August 2020

Object information
Owning palette(s) Number/String Conversion palette
Type Function
Requires Basic Development Environment
Icon

The Fract/Exp String To Number function interprets the characters 0 through 9, plus, minus, e, E, and the decimal point (usually period) in string starting at offset as a floating-point number in engineering notation, exponential, or fractional format and returns it in number.

Usage

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links