Click or drag to resize

DateTimeHelperTicksToNanos Method

Converts ticks to nanoseconds

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static long TicksToNanos(
	long ticks
)

Parameters

ticks
Type: SystemInt64

[Missing <param name="ticks"/> documentation for "M:com.espertech.esper.compat.DateTimeHelper.TicksToNanos(System.Int64)"]

Return Value

Type: Int64

[Missing <returns> documentation for "M:com.espertech.esper.compat.DateTimeHelper.TicksToNanos(System.Int64)"]

See Also