VeriStand .NET API Reference

Table of Contents

DoubleValue.ToInt64 Method

Returns the value of this instance as an equivalent 64-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 ToInt64 As Long
C#
public override long ToInt64()
Visual C++
public:
virtual long long ToInt64() override

Return Value

An Int64 instance equivalent to the value of this instance.

See Also

Log in to get a better experience