Numeric Constant

From LabVIEW Wiki
Jump to: navigation, search
Object information
Owning palette(s) Numeric palette
Type Constant
Requires Basic Development Environment
Icon Functions - Numeric Palette - Numeric Constant.png

Use the Numeric Constant to pass a numeric value to the block diagram. Set this value by clicking inside the constant with the Operating tool and typing a value.

If you enter a floating-point number for the numeric constant, the default representation is a double-precision, floating-point number. If you enter an integer, the default representation is a 32-bit integer. If you enter a complex number, the default representation is a double-precision, complex number. For example, if you enter 123, the representation is a 32-bit integer. If you enter 123., the representation is a double-precision, floating-point number. You also can change the numeric representation of a numeric constant.

Usage

History

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

See Also

External Links