Example #1
0
 /// <summary>
 /// Get the minimum sequence value from all of the gating sequences added to this ringBuffer.
 /// </summary>
 /// <returns></returns>
 public long GetMinimumGatingSequence()
 {
     return(Sequencer.GetMinimumSequence());
 }