C# Class CSMSL.Chemistry.Isotope

Represents a single isotope of a chemical element. Contains a unique number of protons and neutrons compared to every other isotope.
Afficher le fichier Open project: dbaileychess/CSMSL Class Usage Examples

Private Properties

Свойство Type Description
Isotope

Méthodes publiques

Méthode Description
ToString ( ) : string

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

Private Methods

Méthode Description
Isotope ( Element parentElement, int massNumber, double atomicMass, float abundance )

Create a new isotope

Method Details

ToString() public méthode

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