Returns the value of this instance as an equivalent 64-bit unsigned integer. This is an abstract declaration only. Derived classes must implement the correct ToUInt64 method for that class.
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 MustOverride Function ToUInt64 As ULong |
| C# |
|---|
public abstract ulong ToUInt64() |
Return Value
A
UInt64 instance equivalent to the value of this instance.