TicksRoundToSubsecondDistribution Method
Returns the nearest sub-second distribution timestamp for given timestamp.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.178 -- Release Build+f8a23028fef00502c7e35bcc3934c260e8a0eb56
public static Ticks RoundToSubsecondDistribution(
Ticks timestamp,
int samplesPerSecond
)
Public Shared Function RoundToSubsecondDistribution (
timestamp As Ticks,
samplesPerSecond As Integer
) As Ticks
public:
static Ticks RoundToSubsecondDistribution(
Ticks timestamp,
int samplesPerSecond
)
Gemstone.Ticks.RoundToSubsecondDistribution = function(timestamp, samplesPerSecond);
- timestamp Ticks
- Timestamp to align.
- samplesPerSecond Int32
- Samples per second to use for distribution.
TicksThe nearest sub-second distribution timestamp for given
timestamp.