Each Evalue has it's EUnit with the same index, describing the unit of the value.


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

Syntax

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

See Also