RtssEnvironment.GetClockResolution Method

Gets a clock's resolution.

Namespace:  IntervalZero.RTX64.RTAPI
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public static long GetClockResolution(
	Clock clock
)

Parameters

clock
Type: IntervalZero.RTX64.RTAPI.ThreadingClock
The clock to query.

Return Value

Type: Int64
The clock's resolution.
See Also