Click or drag to resize

LittleEndianBitConverterToDouble Method

Reads a double-precision floating point number 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 double ToDouble(
	byte[] buffer,
	int offset
)

Parameters

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

Return Value

Type: Double
A double-precision floating point number formed by four bytes beginning at offset.
See Also