LibiadaMusic.BorodaDivider.FmotivDivider.ForthTempComparator C# (CSharp) Method

ForthTempComparator() private method

The forth temp comparator.
private ForthTempComparator ( Fmotiv fmotivBuffer ) : bool
fmotivBuffer Fmotiv /// The fmotiv buffer. ///
return bool
        private bool ForthTempComparator(Fmotiv fmotivBuffer)
        {
            return TempExtractor(fmotivBuffer, ExtractNoteList(fmotivBuffer).Count - 2).Duration.Value <
                TempExtractor(fmotivBuffer, ExtractNoteList(fmotivBuffer).Count - 1).Duration.Value;
        }