Member of the support class.
c = uint64(a)
Converts the input elements to 64-bit unsigned integers. LabVIEW MathScript does not support operations on uint64 data types.
| Name | Description |
| a | Specifies a matrix. |
| Name | Description |
| c | Returns the 64-bit unsigned integer part of the elements in a. If an element in a is greater than 2^64-1, the corresponding element in c is 2^64-1. c is a matrix. |
A = [23456.333, 123456.4, -8383838]
C = uint64(A)