VeriStand .NET API Reference

Table of Contents

U64Value Constructor (UInt64)

Initializes a new instance of U64Value with the specified value.

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 ULong _
)
C#
public U64Value(
	ulong Value
)
Visual C++
public:
U64Value(
	unsigned long long Value
)

Parameters

Value
Type: System.UInt64
The value of the 64-bit unsigned integer.

See Also

Log in to get a better experience