Click or drag to resize

TicksRoundToSecondDistribution Method

Returns the nearest distribution timestamp for given timestamp.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.316-beta+461e40cb239c8ff1c2b7471a13bb1d1852a92e83
Syntax
public static Ticks RoundToSecondDistribution(
	Ticks timestamp,
	double samplesPerSecond,
	Ticks baseline
)
View Source

Parameters

timestamp  Ticks
Timestamp to align.
samplesPerSecond  Double
Samples per second to use for distribution.
baseline  Ticks
Starting timestamp of the distribution.

Return Value

Ticks
The nearest distribution timestamp for given timestamp.
See Also