|
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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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