Translates time in the count of pulses to seconds.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static double ToDouble(
	long systemTime
)

Parameters

systemTime
Type: System..::.Int64
Time in the count of pulses.

Return Value

Time in seconds.

See Also