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

Assembly: lbmcssdm (Module: lbmcssdm) Version: 6.7.1.0