LBM .Net API Documentation
readDouble Method (ba, pos)
Namespacescom.latencybusters.pdmPDMDeserializerreadDouble(array<Byte>[]()[], Int32)
This method will use eight bytes from the given byte array starting at position to create a double.
Declaration Syntax
C#
public virtual double readDouble(
	byte[] ba,
	int pos
)
Parameters
ba (array< Byte >[]()[])
the byte array
pos (Int32)
the position to start reading
Return Value
the double

Assembly: lbmcspdm (Module: lbmcspdm) Version: 5.3.6.0 (1.0.0.0)