VeriStand .NET API Reference

Table of Contents

DataValueArray Constructor (T[])

Initializes a new instance of DataValueArray(T) with the specified array of values.

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)
Protected Sub New ( _
	Value As T() _
)
C#
protected DataValueArray(
	T[] Value
)
Visual C++
protected:
DataValueArray(
	array<T>^ Value
)

Parameters

Value
Type: T
An array of values.

See Also

Log in to get a better experience