ConversionToSingle(Byte, UInt32) Method

Return a single floating point value from the specified location in the caller's buffer.

Definition

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

Parameters

source  Byte
Buffer from which the value will be read.
offset  UInt32
Offset at which to begin reading.

Return Value

Single
Single floating point value found at the specified location in the buffer.

See Also