Reverse the sequential order of two floating-point numbers
Name | Type | Opt | Description |
---|---|---|---|
left-initial-value | int or float | opt | Sets an initial value for the number which is to be sent out the left outlet. If there is no argument, the initial value is 0. If there is an int argument or no argument, an int is sent out the left outlet. (The number sent out the right outlet is always a float.) |
bang | In left inlet: Swaps and sends out the numbers currently stored in fswap. | |
int | input [int] |
If there is a float argument, the numbers are converted to float. If there is an int argument or no argument, the number received in the right inlet is stored as an int. |
(inlet1) | input [int] |
In right inlet: The number is stored to be sent out the left outlet when a number is received in the left inlet. |
float | input [float] |
In left inlet: The number is sent out the right outlet, then the number in the right inlet is sent out the left outlet. In right inlet: The number is stored to be sent out the left outlet when a number is received in the left inlet. |
(inlet1) | input [float] |
In right inlet: The number is stored to be sent out the left outlet when a number is received in the left inlet. |