LBM .Net API Documentation
writeDouble Method (ba, pos, d)
Namespacescom.latencybusters.pdmPDMSerializerwriteDouble(array<Byte>[]()[], Int32, Double)
Writes the double as 8 bytes into the byte array at position
Declaration Syntax
C#
public virtual int writeDouble(
	byte[] ba,
	int pos,
	double d
)
Parameters
ba (array< Byte >[]()[])
the byte array
pos (Int32)
the starting position
d (Double)
the double 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)