Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

uint64 (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the support class.

Syntax

c = uint64(a)

Description

Converts the input elements to 64-bit unsigned integers. LabVIEW MathScript does not support operations on uint64 data types.

Examples

Inputs

Name Description
a Specifies a matrix.

Outputs

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.

Examples

A = [23456.333, 123456.4, -8383838]
C = uint64(A)

Related Topics

double
int8
int16
int32
int64
uint8
uint16
uint32


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit