VeriStand .NET API Reference

Table of Contents

DataValue Constructor (String)

Initializes a new instance of DataValue with the specified units.

Namespace: NationalInstruments.VeriStand.Data
Assembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Sub New ( _
	Units As String _
)
C#
public DataValue(
	string Units
)
Visual C++
public:
DataValue(
	String^ Units
)

Parameters

Units
Type: System.String
The units for the data value. Units can be any string that makes sense for the data value.

See Also

Log in to get a better experience