ConversionToSingle(Byte, UInt32) Method
Return a single floating point value from the specified location in the
caller's buffer.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static float ToSingle(
byte[] source,
uint offset
)
Public Shared Function ToSingle (
source As Byte(),
offset As UInteger
) As Single
No code example is currently available or this language may not be supported.
- source Byte
-
Buffer from which the value will be read.
- offset UInt32
-
Offset at which to begin reading.
Single
Single floating point value found at the specified location in the
buffer.