VeriStand .NET API Reference

Table of Contents

U64ValueArray Constructor (U64Value[])

Initializes a new instance of U64ValueArray with the specified array of U64Value objects.

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 ( _
	Value As U64Value() _
)
C#
public U64ValueArray(
	U64Value[] Value
)
Visual C++
public:
U64ValueArray(
	array<U64Value^>^ Value
)

Parameters

Value
Type: NationalInstruments.VeriStand.Data.U64Value
An array of U64Value objects.

See Also

Log in to get a better experience