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

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