Click or drag to resize

EndianBitConverterToDouble Method

Returns a double-precision floating point number converted from eight bytes at a specified position in a byte array.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double ToDouble(
	byte[] value,
	int startIndex
)

Parameters

value
Type: SystemByte
An array of bytes.
startIndex
Type: SystemInt32
The starting position within value.

Return Value

Type: Double
A double precision floating point number formed by eight bytes beginning at startIndex.
See Also