Click or drag to resize

TicksRoundToSubsecondDistribution Method

Returns the nearest sub-second distribution timestamp for given timestamp.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
Syntax
public static Ticks RoundToSubsecondDistribution(
	Ticks timestamp,
	int samplesPerSecond
)
View Source

Parameters

timestamp  Ticks
Timestamp to align.
samplesPerSecond  Int32
Samples per second to use for distribution.

Return Value

Ticks
The nearest sub-second distribution timestamp for given timestamp.
See Also