VeriStand .NET API Reference

Table of Contents

I64ValueArray Constructor (I64Value[])

Initializes a new instance of I64ValueArray with the specified array of I64Value 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 I64Value() _
)
C#
public I64ValueArray(
	I64Value[] Value
)
Visual C++
public:
I64ValueArray(
	array<I64Value^>^ Value
)

Parameters

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

See Also

Log in to get a better experience