|   | TicksRoundToSecondDistribution Method | 
        
        
            Returns the nearest distribution timestamp for given timestamp.
            
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic 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
)
static member RoundToSecondDistribution : 
        timestamp : Ticks * 
        samplesPerSecond : float * 
        Baseline : Ticks -> Ticks GSF.Ticks.RoundToSecondDistribution = function(timestamp, samplesPerSecond, Baseline);
Parameters
- timestamp  Ticks
- Timestamp to align.
- samplesPerSecond  Double
- Samples per second to use for distribution.
- Baseline  Ticks
-  Starting Timestamp of the Distribution.
Return Value
TicksThe nearest distribution timestamp for given 
timestamp.
 See Also
See Also