ConversionToDouble(Byte, UInt32) Method

Return a Double floating point value from the specified location in the buffer.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static double ToDouble(
	byte[] source,
	uint offset
)

Parameters

source  Byte
Buffer from which to retrieve value.
offset  UInt32
Offset at which to begin retrieval.

Return Value

Double
Double floating point value found at the specified location within the buffer.

See Also