LBM .Net API Documentation
format Method (buf, offset, v)
Namespacescom.latencybusters.lbm.sdmLBMSDMRawUint64format(array<Byte>[]()[], Int32, UInt64)
Format an uint64 value into a byte buffer
Declaration Syntax
C#
public static int format(
	byte[] buf,
	int offset,
	ulong v
)
Parameters
buf (array< Byte >[]()[])
The buffer to contain the formatted value
offset (Int32)
The offset in to the buffer to start formatting
v (UInt64)
The value of the uint64 to be formatted as a long
Return Value
The offset after formatting the BigInteger

Assembly: lbmcssdm (Module: lbmcssdm) Version: 6.7.1.0