Converts the input elements to 64-bit unsigned integers.
c = uint64(a)
Scalar or array of any dimension of real numbers or of Booleans.
Elements of a as 64-bit unsigned integers. c is a scalar or an array of the same size as a. If a is a complex number, this function converts the real and imaginary parts of the number separately and then returns a complex number that consists of those parts.
If an element in a is greater than 2^64-1, the corresponding element in c is 2^64-1. If an element in a is less than 1, the corresponding element in c is 0.
A = [23456.333, 123456.4, -8383838] C = uint64(A)
Where This Node Can Run:
Desktop OS: Windows
FPGA: DAQExpress does not support FPGA devices