Convert 4 bytes to a 32-bit float number (Single)

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Function Bytes2Float ( _
	b0 As Byte, _
	b1 As Byte, _
	b2 As Byte, _
	b3 As Byte _
) As Single

Parameters

b0
Type: System..::..Byte
Byte #0
b1
Type: System..::..Byte
Byte #1
b2
Type: System..::..Byte
Byte #2
b3
Type: System..::..Byte
Byte #3

Return Value

Float number. The Float number must have been saved in IEEE format.

Remarks