VeriStand .NET API Reference

ScalarDataValue.ToDouble Method

Returns the value of this instance as a double-precision floating point number. This is an abstract declaration only. Derived classes must implement the correct ToDouble 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 ToDouble As Double
C#
public abstract double ToDouble()
Visual C++
public:
virtual double ToDouble() abstract

Return Value

A Double instance equivalent to the value of this instance.

See Also

Log in to get a better experience