Each tValue has it's tUnit with the same index, describing the unit of the value.


Namespace: PalmSens.DataFiles
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public tUnit As String()
C#
public string[] tUnit;
C++
public:
 array<String>^ tUnit sealed ;
J#
public string[] tUnit
JScript
public tUnit : String[];

See Also