VeriStand .NET API Reference

Table of Contents

DoubleValueArray Constructor (DoubleValue[])

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

Parameters

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

See Also

Log in to get a better experience