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.
Show file Open project: dbaileychess/CSMSL Class Usage Examples

Private Properties

Property Type Description
Isotope

Public Methods

Method Description
ToString ( ) : string

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

Private Methods

Method Description
Isotope ( Element parentElement, int massNumber, double atomicMass, float abundance )

Create a new isotope

Method Details

ToString() public method

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