VeriStand .NET API Reference

Table of Contents

ImportedDoubleValueArray Class

Represents an array of double-precision, floating point numbers imported from a file.

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)
<SerializableAttribute> _
Public Class ImportedDoubleValueArray _
	Inherits DataValueArray
C#
[SerializableAttribute]
public class ImportedDoubleValueArray : DataValueArray
Visual C++
[SerializableAttribute]
public ref class ImportedDoubleValueArray : public DataValueArray

Remarks

The imported array value is read-only, so the real-time sequence cannot change array values.

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.Data.DataResource
        NationalInstruments.VeriStand.Data.DataValue
            NationalInstruments.VeriStand.Data.DataValueArray
                NationalInstruments.VeriStand.Data.ImportedDoubleValueArray

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience