|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax Public 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