To Quad Integer Function

Owning Palette: Conversion VIs and Functions

Requires: Base Development System

Converts a number to a 64-bit integer in the range –(2^63) to (2^63)–1.

The connector pane displays the default data types for this polymorphic function.

Details  

 Add to the block diagram  Find on the palette
number can be a scalar number, array or cluster of numbers, array of clusters of numbers, a time stamp, and so on.
64bit integer is of the same data type structure as number.

To Quad Integer Details

This function rounds all floating-point and fixed-point numeric values to the nearest integer. If the fractional part of the value is .5, the function rounds the value to the nearest even integer. For example, the function rounds 13.5 to 14 and rounds 14.5 to 14.