Mercury API
GetU24 Method (data, offset)
NamespacesThingMagicByteConvGetU24(array<Byte>[]()[], Int32)
Extract integer from big-endian byte string
Declaration Syntax
C#Visual BasicVisual C++
public static int GetU24(
	byte[] data,
	int offset
)
Public Shared Function GetU24 ( _
	data As Byte(), _
	offset As Integer _
) As Integer
public:
static int GetU24(
	array<unsigned char>^ data, 
	int offset
)
Parameters
data (array< Byte >[]()[])
Source big-endian byte string
offset (Int32)
Location to extract from
Return Value
integer

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)