|
TicksRoundToSecondDistribution Method
|
Returns the nearest distribution timestamp for given timestamp.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public 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);
View SourceParameters
- 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