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

datatype (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: membership

Requires: MathScript RT Module

Syntax

c = datatype(a)

Legacy Name: class

Description

Returns the data type of a variable.

Examples

Inputs

Name Description
a Specifies a variable.

Outputs

Name Description
c Returns the data type of a. Valid data types are: double, Boolean, char, int8, int16, int32, int64, uint8, uint16, uint32, and uint64. LabVIEW modules and toolkits you have installed might provide additional data types. c is a string.

Examples

A = 12*23+4i
C = datatype(A)

Related Topics

is_member


 

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