Click or drag to resize

TicksToSecondDistribution Method

Returns the distribution timestamp for given timestamp or MinValue if there is no TS within the specified Tolerance.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
Syntax
public static Ticks ToSecondDistribution(
	Ticks timestamp,
	double samplesPerSecond,
	Ticks baseline,
	int tolerance
)
View Source

Parameters

timestamp  Ticks
Timestamp to align.
samplesPerSecond  Double
Samples per second to use for distribution.
baseline  Ticks
Starting Timestamp of the Distribution.
tolerance  Int32
Tolerance of the TS in ticks.

Return Value

Ticks
The distribution timestamp for given timestampor MinValue .
See Also