C# 클래스 CSMSL.Chemistry.Isotope

Represents a single isotope of a chemical element. Contains a unique number of protons and neutrons compared to every other isotope.
파일 보기 프로젝트 열기: dbaileychess/CSMSL 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Isotope

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a textual representation of this isotope in the following format: H1 He4 O16

비공개 메소드들

메소드 설명
Isotope ( Element parentElement, int massNumber, double atomicMass, float abundance )

Create a new isotope

메소드 상세

ToString() 공개 메소드

Returns a textual representation of this isotope in the following format: H1 He4 O16
public ToString ( ) : string
리턴 string