U64Value Constructor (UInt64)
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of U64Value with the specified value.
Namespace:
NationalInstruments.VeriStand.DataAssembly: 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.