Translates time in seconds to the count of pulses.

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

Syntax

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

Parameters

systemTime
Type: System..::.Double
Time in seconds.

Return Value

Time in the count of pulses.

See Also