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 public static double TicksToMicroseconds(
long ticks
)
Parameters
- ticks
- Type: System.Int64
A number of ticks.
Return Value
Type:
DoubleA number of microseconds.
See Also