forwardTimestampHelper Methods   Table of ContentTicksToMilliseconds Method forward
TimestampHelper.TicksToMicroseconds Method
Returns the number of microseconds represented by the specified number of ticks.

Namespace:  OnixS.CmeMdHandler
Assembly:  OnixS.CmeMdHandler-net-4.7 (in OnixS.CmeMdHandler-net-4.7.dll) Version: 3.16.1.0 (3.16.1.0)
Syntax
C#
public static double TicksToMicroseconds(
	long ticks
)

Parameters

ticks
Type: System.Int64
A number of ticks.

Return Value

Type: Double
A number of microseconds.
See Also