|   | TicksToSecondDistribution Method | 
        
        
            Returns the distribution timestamp for given 
timestamp or 
MinValue if there is no TS within the specified Tolerance.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
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);
Parameters
- 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
See Also