TicksToSecondDistribution Method
            Returns the distribution timestamp for given 
timestamp or 
MinValue if there is no TS within the specified Tolerance.
            
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.147 -- Release Build+759c9d29b79c81f10905de8f58b653be932045f0
public static Ticks ToSecondDistribution(
	Ticks timestamp,
	double samplesPerSecond,
	Ticks baseline,
	int tolerance
)
Public Shared Function ToSecondDistribution ( 
	timestamp As Ticks,
	samplesPerSecond As Double,
	baseline As Ticks,
	tolerance As Integer
) As Ticks
public:
static Ticks ToSecondDistribution(
	Ticks timestamp, 
	double samplesPerSecond, 
	Ticks baseline, 
	int tolerance
)
Gemstone.Ticks.ToSecondDistribution = function(timestamp, samplesPerSecond, baseline, tolerance);
- 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.
TicksThe distribution timestamp for given 
timestampor 
MinValue .