VeriStand .NET API Reference

Table of Contents

I32ValueArray Constructor (IEnumerable)

Initializes a new instance of I32ValueArray with the specified list of Int32 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 Integer) _
)
C#
public I32ValueArray(
	IEnumerable<int> Value
)
Visual C++
public:
I32ValueArray(
	IEnumerable<int>^ Value
)

Parameters

Value
Type: System.Collections.Generic.IEnumerableInt32
A list of 32-bit signed integers.

See Also

Log in to get a better experience