VeriStand .NET API Reference

Table of Contents

ScalarDataValue.ToInt64 Method

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

Return Value

An Int64 instance equivalent to the value of this instance.

See Also

Log in to get a better experience