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

int_to_str (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: string

Requires: MathScript RT Module

Syntax

c = int_to_str(a)

Legacy Name: int2str

Description

Converts a matrix of integers to a string. LabVIEW rounds all numbers and ignores imaginary parts.

Examples

Inputs

Name Description
a Specifies a matrix.

Outputs

Name Description
c Returns the string equivalent to a.

Examples

A = [34.333, 123456.4, -38]
C = int_to_str(A)

Related Topics

num_to_str


 

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