TicksRoundToSubsecondDistribution Method

Returns the nearest sub-second distribution timestamp for given timestamp.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.173 -- Release Build+298e1c238b074757f82f41812034645402a162ed
public static Ticks RoundToSubsecondDistribution(
	Ticks timestamp,
	int samplesPerSecond
)

Parameters

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

Return Value

Ticks
The nearest sub-second distribution timestamp for given timestamp.

See Also