TicksAlignToMicrosecondDistribution Method

Returns a floor-aligned microsecond distribution timestamp for given timestamp.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.110 -- Release Build+3e0464f4461df4d3e1175b13966eb47ff832554d
public static Ticks AlignToMicrosecondDistribution(
	Ticks timestamp,
	int samplesPerSecond
)

Parameters

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

Return Value

Ticks
A floor-aligned microsecond distribution timestamp for given timestamp.

See Also