C# Class ImsInformed.Domain.DirectInjection.ObservedPeak

The observed peak.
显示文件 Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library Class Usage Examples

Public Methods

Method Description
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.

Method Details

ObservedPeak() public method

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

ObservedPeak() public method

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. ///
return ImsInformed.Scoring

ToContinuousXyPoint() public method

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

ToString() public method

The to string.
public ToString ( ) : string
return string