VeriStand .NET API Reference

U32Value.ToInt32 Method

Returns the value of this instance as an equivalent 32-bit signed 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 ToInt32 As Integer
C#
public override int ToInt32()
Visual C++
public:
virtual int ToInt32() override

Return Value

An Int32 instance equivalent to the value of this instance.

See Also

Log in to get a better experience