Click or drag to resize

TraceBufferClientToSignedPosition(Int64) Method

Convert unsigned 20 bit position value received from the TraceBuffer to an signed position

Namespace: RAYLASE.SPICE3.TraceBuffer
Assembly: RAYLASE.SPICE3.TraceBufferLib (in RAYLASE.SPICE3.TraceBufferLib.dll) Version: 3.4.1
Syntax
C#
public static int ToSignedPosition(
	long value
)

Parameters

value  Int64
position from the TraceBuffer

Return Value

Int32
the value converted to a signed position
See Also