VeriStand .NET API Reference

I64ValueArray Constructor (IEnumerable)

Initializes a new instance of I64ValueArray with the specified list of Int64 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)
Public Sub New ( _
	Value As IEnumerable(Of Long) _
)
C#
public I64ValueArray(
	IEnumerable<long> Value
)
Visual C++
public:
I64ValueArray(
	IEnumerable<long long>^ Value
)

Parameters

Value
Type: System.Collections.Generic.IEnumerableInt64
A list of 64-bit signed integers.

See Also

Log in to get a better experience