Jump to content

To Long Integer 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/Numeric/Conversion{{!}}Conversion palette|type=constant|icon=Conversion Palette - To Long Integer.png}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Numeric/Conversion{{!}}Conversion palette|type=function|icon=Conversion Palette - To Long Integer.png}}
The '''To Long Integer''' function converts a number to a [[I32 data type|32-bit integer]] in the range –(2^ 31) to (2^ 31)–1. This function rounds all floating-point and fixed-point numeric values to the nearest integer.
The '''To Long Integer''' function converts a number to a [[I32 data type|32-bit integer]] in the range –(2^ 31) to (2^ 31)–1. This function rounds all floating-point and fixed-point numeric values to the nearest integer.
{{TOCright}}
{{TOCright}}

Latest revision as of 18:23, 6 July 2020

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

The To Long Integer function converts a number to a 32-bit integer in the range –(2^ 31) to (2^ 31)–1. This function rounds all floating-point and fixed-point numeric values to the nearest integer.

Usage

History

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

See Also

External Links