VeriStand .NET API Reference

Table of Contents

DoubleValue.SetBytes Method

Sets the value of DoubleValue based on Bytes.

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 Sub SetBytes ( _
	Bytes As Byte() _
)
C#
public override void SetBytes(
	byte[] Bytes
)
Visual C++
public:
virtual void SetBytes(
	array<unsigned char>^ Bytes
) override

Parameters

Bytes
Type: System.Byte
An array of bytes.

Remarks

This method sets the value of DoubleValue to a double-precision floating point number formed by eight bytes beginning at Bytes[0].

See Also

Log in to get a better experience