Click or drag to resize

BigEndianReadInt32 Method

Decodes a 32bit signed integer from the data buffer.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public static int ReadInt32(
	byte[] buffer,
	int offset
)

Parameters

buffer
Type: SystemByte
Buffer to read the data from.
offset
Type: SystemInt32
Offset into 'buffer' to start reading the data.

Return Value

Type: Int32
The value to read.
See Also