VeriStand .NET API Reference

I64ValueArray Class

Represents an array of 64-bit signed integers.

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 Class I64ValueArray _
	Inherits DataValueArray(Of I64Value)
C#
public class I64ValueArray : DataValueArray<I64Value>
Visual C++
public ref class I64ValueArray : public DataValueArray<I64Value^>

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.Data.DataResource
        NationalInstruments.VeriStand.Data.DataValue
            NationalInstruments.VeriStand.Data.DataValueArray
                NationalInstruments.VeriStand.Data.DataValueArrayI64Value
                    NationalInstruments.VeriStand.Data.I64ValueArray

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