C# 클래스 CSMSL.Chemistry.MassExtensions

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

공개 메소드들

메소드 설명
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