TicksToSecondDistribution Method

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

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.171 -- Release Build+4f4d518944b843c059d40b523747cd410a7c216d
public static Ticks ToSecondDistribution(
	Ticks timestamp,
	double samplesPerSecond,
	Ticks baseline,
	int tolerance
)

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