Click or drag to resize

Ticks.RoundToSecondDistribution Method

Returns the nearest distribution timestamp for given timestamp.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
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