Click or drag to resize

LittleEndianBitConverterToInt64 Method

Reads a 64-bit signed integer from the specified position in a byte array.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static long ToInt64(
	byte[] buffer,
	int offset
)

Parameters

buffer
Type: SystemByte
An array of bytes.
offset
Type: SystemInt32
The starting position within buffer.

Return Value

Type: Int64
A 64-bit signed integer formed by eight bytes beginning at offset.
See Also