ConversionToDouble(Byte, UInt32) Method
Return a Double floating point value from the specified location in the
buffer.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static double ToDouble(
byte[] source,
uint offset
)
Public Shared Function ToDouble (
source As Byte(),
offset As UInteger
) As Double
No code example is currently available or this language may not be supported.
- source Byte
-
Buffer from which to retrieve value.
- offset UInt32
-
Offset at which to begin retrieval.
Double
Double floating point value found at the specified location within the
buffer.