To Signed 64-bit Integer
- Updated2023-02-17
- 2 minute(s) read
To Signed 64-bit Integer
Converts a number to a 64-bit integer in the range -(263) to (263)-1.
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.

64-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.