Jump to content

Positive Infinity Constant: Difference between revisions

From LabVIEW Wiki
Started page
 
mNo edit summary
 
Line 2: Line 2:
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Numeric{{!}}Numeric palette|type=constant|icon=Functions - Numeric Palette - +INF.png}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Numeric{{!}}Numeric palette|type=constant|icon=Functions - Numeric Palette - +INF.png}}


The '''Positive Infinity Constant''', or ''+INF'', returns the value Inf (infinity). LabVIEW converts Inf to the highest value for a data type. For example, converting Inf to a 16-bit signed integer returns the value 32,767, the highest possible value for a 16-bit signed integer.
The '''Positive Infinity Constant''', or ''+INF'', returns the value <code>Inf</code> (infinity). LabVIEW converts Inf to the highest value for a data type. For example, converting Inf to a 16-bit signed integer returns the value 32,767, the highest possible value for a 16-bit signed integer.
{{TOCright}}
{{TOCright}}



Latest revision as of 20:03, 1 July 2020

Object information
Owning palette(s) Numeric palette
Type Constant
Requires Basic Development Environment
Icon

The Positive Infinity Constant, or +INF, returns the value Inf (infinity). LabVIEW converts Inf to the highest value for a data type. For example, converting Inf to a 16-bit signed integer returns the value 32,767, the highest possible value for a 16-bit signed integer.

Usage

History

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

See Also

External Links