C# 클래스 ImsInformed.Domain.DirectInjection.ObservedPeak

The observed peak.
파일 보기 프로젝트 열기: PNNL-Comp-Mass-Spec/IMS-Informed-Library 1 사용 예제들

공개 메소드들

메소드 설명
ObservedPeak ( ) : ImsInformed.Scoring

Initializes a new instance of the ObservedPeak class that is an virtual observation like source/sink.

ObservedPeak ( VoltageGroup group, StandardImsPeak peak, PeakScores statistics ) : ImsInformed.Scoring

Initializes a new instance of the ObservedPeak class with peak and its calculated statistics.

ToContinuousXyPoint ( bool useAverageTemperature, double globalMeanTemperatureInKelvin ) : ContinuousXYPoint

The to continuous xy point.

ToString ( ) : string

The to string.

메소드 상세

ObservedPeak() 공개 메소드

Initializes a new instance of the ObservedPeak class that is an virtual observation like source/sink.
public ObservedPeak ( ) : ImsInformed.Scoring
리턴 ImsInformed.Scoring

ObservedPeak() 공개 메소드

Initializes a new instance of the ObservedPeak class with peak and its calculated statistics.
public ObservedPeak ( VoltageGroup group, StandardImsPeak peak, PeakScores statistics ) : ImsInformed.Scoring
group VoltageGroup /// The group. ///
peak StandardImsPeak /// The peak. ///
statistics ImsInformed.Scoring.PeakScores /// The Statistics. ///
리턴 ImsInformed.Scoring

ToContinuousXyPoint() 공개 메소드

The to continuous xy point.
public ToContinuousXyPoint ( bool useAverageTemperature, double globalMeanTemperatureInKelvin ) : ContinuousXYPoint
useAverageTemperature bool
globalMeanTemperatureInKelvin double
리턴 ContinuousXYPoint

ToString() 공개 메소드

The to string.
public ToString ( ) : string
리턴 string