C# 클래스 CSMSL.Analysis.Identification.SpectrumFragmentsMatch

파일 보기 프로젝트 열기: dbaileychess/CSMSL

공개 메소드들

메소드 설명
Add ( FragmentSpectralMatch fsm ) : void
Contains ( Fragment fragment ) : bool
MatchFragments ( IEnumerable fragments, Tolerance tolerance, double percentCutoff ) : IEnumerable
SpectrumFragmentsMatch ( ISpectrum spectrum ) : System.Collections.Generic
ToString ( ) : string

메소드 상세

Add() 공개 메소드

public Add ( FragmentSpectralMatch fsm ) : void
fsm FragmentSpectralMatch
리턴 void

Contains() 공개 메소드

public Contains ( Fragment fragment ) : bool
fragment Fragment
리턴 bool

MatchFragments() 공개 메소드

public MatchFragments ( IEnumerable fragments, Tolerance tolerance, double percentCutoff ) : IEnumerable
fragments IEnumerable
tolerance Tolerance
percentCutoff double
리턴 IEnumerable

SpectrumFragmentsMatch() 공개 메소드

public SpectrumFragmentsMatch ( ISpectrum spectrum ) : System.Collections.Generic
spectrum ISpectrum
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string