Documentation

RegisterConverterToInt32 Method (Int16)

Cast a tuple of 16-bit registers to a signed 32-bit value

Namespace:  FieldTalk.Modbus.Master
Assembly:  FieldTalk.Modbus.Master (in FieldTalk.Modbus.Master.dll) Version: 2.15.2-eval+3d8362b4bb861c05760d48b11d303e954bb8597c
Syntax
public static int ToInt32(
	short[] regArr
)

Parameters

regArr
Type: SystemInt16
Register array with two elements

Return Value

Type: Int32
signed 32-bit value
See Also