LBM .Net API Documentation
writeFloat Method (ba, pos, f)
Namespacescom.latencybusters.pdmPDMSerializerwriteFloat(array<Byte>[]()[], Int32, Single)
Writes the float as 4 bytes into the byte array at position
Declaration Syntax
C#
public virtual int writeFloat(
	byte[] ba,
	int pos,
	float f
)
Parameters
ba (array< Byte >[]()[])
the byte array
pos (Int32)
the starting position
f (Single)
the float to write
Return Value
the updated position in the byte array after the write

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