VeriStand .NET API Reference

I32Value.ToDouble Method

Returns the value of this instance as a double-precision floating point number.

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 ToDouble As Double
C#
public override double ToDouble()
Visual C++
public:
virtual double ToDouble() override

Return Value

A Double instance equivalent to the value of this instance.

See Also

Log in to get a better experience