ToolsReal32ByteArray2DoubleArray Method

Converts real 32 byte array to double array

Definition

Namespace: Metas.Instr.Driver
Assembly: Metas.Instr.Driver (in Metas.Instr.Driver.dll) Version: 2.8.9053.20263
C#
public static double[] Real32ByteArray2DoubleArray(
	byte[] bindata,
	bool msb_first = true
)

Parameters

bindata  Byte
msb_first  Boolean  (Optional)

Return Value

Double

See Also