Positive Infinity Constant: Difference between revisions
Appearance
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
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
| 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
| |
Specific use cases for this function. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal resources that would also help. |
External Links
| |
Add links to external resources that would also help. |