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.
Показать файл Открыть проект Примеры использования класса

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