VeriStand .NET API Reference

ScalarDataValue.ToInt32 Method

Returns the value of this instance as an equivalent 32-bit signed integer. This is an abstract declaration only. Derived classes must implement the correct ToInt32 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 ToInt32 As Integer
C#
public abstract int ToInt32()
Visual C++
public:
virtual int ToInt32() abstract

Return Value

An Int32 instance equivalent to the value of this instance.

See Also

Log in to get a better experience