VeriStand .NET API Reference

Table of Contents

ScalarDataValue.ToUInt32 Method

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()
Visual C++
public:
virtual unsigned int ToUInt32() abstract

Return Value

A UInt32 instance equivalent to the value of this instance.

See Also

Log in to get a better experience