Owning Palette: Numeric VIs and Functions
Requires: Base Development System
Multiplies x by 2 raised to the power of n.
If x is an integer or fixed-point number, this function is the equivalent of an arithmetic shift. The connector pane displays the default data types for this polymorphic function.
Add to the block diagram | Find on the palette |
If you wire a fixed-point value to this function, the resulting output value retains the fixed-point configuration settings of the input value. However, the value is likely to truncate or wrap.
Refer to the Numeric Functions VI in the labview\examples\Numerics directory for an example of using the Scale By Power Of 2 function.