VeriStand .NET API Reference

I64Value.ToUInt64 Method

Returns the value of this instance as an equivalent 64-bit unsigned integer.

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 Overrides Function ToUInt64 As ULong
C#
public override ulong ToUInt64()
Visual C++
public:
virtual unsigned long long ToUInt64() override

Return Value

A UInt64 instance equivalent to the value of this instance.

See Also

Log in to get a better experience