|
TicksToSecondDistribution Method
|
Returns the distribution timestamp for given
timestamp or
MinValue if there is no TS within the specified Tolerance.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.238-beta+a124d269d49fa775dc92e4d7ad73327f1839917b
SyntaxPublic Shared Function ToSecondDistribution (
timestamp As Ticks,
samplesPerSecond As Double,
baseline As Ticks,
tolerance As Integer
) As Ticks
static member ToSecondDistribution :
timestamp : Ticks *
samplesPerSecond : float *
baseline : Ticks *
tolerance : int -> Ticks
GSF.Ticks.ToSecondDistribution = function(timestamp, samplesPerSecond, baseline, tolerance);
View SourceParameters
- 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
TicksThe distribution timestamp for given
timestampor
MinValue .
See Also