Member of the membership class.
c = class(a)
Returns the data type of a variable.
| Name | Description |
| a | Specifies a variable. |
| 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. |
A = 12*23+4i
C = class(A)