TicksRoundToSecondDistribution Method
Returns the nearest distribution timestamp for given timestamp.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.165 -- Release Build+e14d337b173ad33e50be6747ce5b02f477f99484
public static Ticks RoundToSecondDistribution(
Ticks timestamp,
double samplesPerSecond,
Ticks baseline
)
Public Shared Function RoundToSecondDistribution (
timestamp As Ticks,
samplesPerSecond As Double,
baseline As Ticks
) As Ticks
public:
static Ticks RoundToSecondDistribution(
Ticks timestamp,
double samplesPerSecond,
Ticks baseline
)
Gemstone.Ticks.RoundToSecondDistribution = function(timestamp, samplesPerSecond, baseline);
- timestamp Ticks
- Timestamp to align.
- samplesPerSecond Double
- Samples per second to use for distribution.
- baseline Ticks
- Starting Timestamp of the Distribution.
TicksThe nearest distribution timestamp for given
timestamp.