C# Class ImsInformed.Domain.DirectInjection.ObservedPeak

The observed peak.
Afficher le fichier Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

ObservedPeak() public méthode

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. ///
Résultat ImsInformed.Scoring

ToContinuousXyPoint() public méthode

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

ToString() public méthode

The to string.
public ToString ( ) : string
Résultat string