Returns the value of this instance as an equivalent 32-bit unsigned integer. This is an abstract declaration only. Derived classes must implement the correct ToUInt32 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 ToUInt32 As UInteger |
C# |
---|
public abstract uint ToUInt32() |
Return Value
A
UInt32 instance equivalent to the value of this instance.