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

int64 (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: support

Requires: MathScript RT Module

Syntax

c = int64(a)

Description

Converts the input elements to 64-bit signed integers.

Details

Examples

Inputs

Name Description
a Specifies a numeric scalar, vector, or matrix.

Outputs

Name Description
c Returns the elements of a as 64-bit signed integers. c is a scalar, vector, or matrix 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. To return the 64-bit signed representation of a when the input is complex, use the real function to extract the real part of a, then use the int64 function to convert the real part.

Details

If an element in a is greater than 2^63-1, the corresponding element in c is 2^63-1. If an element in a is less than -2^63, the corresponding element in c is -2^63.

Examples

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

Related Topics

double
int16
int32
int8
single
uint16
uint32
uint64
uint8


 

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