Owning Palette: Numeric VIs and Functions
Requires: Base Development System
Subtracts 1 from the input value.
The connector pane displays the default data types for this polymorphic function.
Add to the block diagram | Find on the palette |
x specifies the input value. This input accepts the following data types:
|
|||
x-1 is the result of x-1. If the input is a time stamp value, this function decrements the time by one second. If the input is an enumerated type value, this function decrements the first enumerated value to the last.
|
Refer to the Numeric Functions VI in the labview\examples\Numerics directory for an example of using the Decrement function.