C# Класс CSMSL.Chemistry.MassExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Compare ( this mass1, IMass mass2, double epsilon = MassEqualityEpsilon ) : int
MassEquals ( this mass1, IMass mass2, double epsilon = MassEqualityEpsilon ) : bool
MassEquals ( this mass1, double mass2, double epsilon = MassEqualityEpsilon ) : bool
ToMass ( this mz, int charge, int c13Isotope ) : double

Converts the object that has a m/z into a mass value based on the charge state

ToMz ( this mass, int charge, int c13Isotope ) : double

Converts the object that has a mass into a m/z value based on the charge state

Описание методов

Compare() публичный статический метод

public static Compare ( this mass1, IMass mass2, double epsilon = MassEqualityEpsilon ) : int
mass1 this
mass2 IMass
epsilon double
Результат int

MassEquals() публичный статический метод

public static MassEquals ( this mass1, IMass mass2, double epsilon = MassEqualityEpsilon ) : bool
mass1 this
mass2 IMass
epsilon double
Результат bool

MassEquals() публичный статический метод

public static MassEquals ( this mass1, double mass2, double epsilon = MassEqualityEpsilon ) : bool
mass1 this
mass2 double
epsilon double
Результат bool

ToMass() публичный статический метод

Converts the object that has a m/z into a mass value based on the charge state
public static ToMass ( this mz, int charge, int c13Isotope ) : double
mz this
charge int
c13Isotope int
Результат double

ToMz() публичный статический метод

Converts the object that has a mass into a m/z value based on the charge state
public static ToMz ( this mass, int charge, int c13Isotope ) : double
mass this
charge int
c13Isotope int
Результат double