TraceBufferClientToSignedPosition(Int64) Method | 
            Convert unsigned 20 bit position value received from the TraceBuffer to an signed position
            
Namespace: RAYLASE.SPICE3.TraceBufferAssembly: RAYLASE.SPICE3.TraceBufferLib (in RAYLASE.SPICE3.TraceBufferLib.dll) Version: 3.9.1
Syntaxpublic static int ToSignedPosition(
	long value
)
Parameters
- value  Int64
 - position from the TraceBuffer
 
Return Value
Int32the value converted to a signed position
See Also