Documentation

RegisterConverterToSingle Method (Int16)

Cast a tuple of 16-bit registers to a 32-bit floating point value

Namespace:  FieldTalk.Modbus.Slave
Assembly:  FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntax
public static float ToSingle(
	short[] regArr
)

Parameters

regArr
Type: SystemInt16
Register array with two elements

Return Value

Type: Single
floating point value
See Also