To Signed 8-bit Integer
- Updated2023-02-17
- 1 minute(s) read
To Signed 8-bit Integer
Converts a number to an 8-bit integer in the range -128 to 127.
Inputs/Outputs

number
An input to this operation.
This input supports waveforms and any data type that contains only numbers, such as scalar numbers, arrays or clusters of numbers, and arrays of clusters of numbers.

8-bit integer
Result of the conversion.
This output assumes the same data type structure as number.
Wrapping Behavior for Out-of-Range Values
If this node receives an input value that falls outside of the range of values that the output can represent, the node returns a value that wraps to the other end of the range. This differs from the behavior for nodes that convert values to unsigned integers.