ChemicalElements Class

Provides the elements of the Periodic Table.

The Periodic Table is a tabular arrangement of the chemical elements, ordered by their atomic number, electron configurations, and recurring chemical properties.

Definition

Namespace: DevCase.Core.Math.Science
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public sealed class ChemicalElements
Inheritance
Object    ChemicalElements

Remarks

Methods

Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)

Fields

Actinium The Actinium (symbol: Ac).
Aluminum The Aluminum (symbol: Al).
Americium The Americium (symbol: Am).
Antimony The Antimony (symbol: Sb).
Argon The Argon (symbol: Ar).
Arsenic The Arsenic (symbol: As).
Astatine The Astatine (symbol: At).
Barium The Barium (symbol: Ba).
Berkelium The Berkelium (symbol: Bk).
Beryllium The Beryllium (symbol: Be).
Bismuth The Bismuth (symbol: Bi).
Bohrium The Bohrium (symbol: Bh).
Boron The Boron (symbol: B).
Bromine The Bromine (symbol: Br).
Cadmium The Cadmium (symbol: Cd).
Calcium The Calcium (symbol: Ca).
Californium The Californium (symbol: Cf).
Carbon The Carbon (symbol: C).
Cerium The Cerium (symbol: Ce).
Cesium The Cesium (symbol: Cs).
Chlorine The Chlorine (symbol: Cl).
Chromium The Chromium (symbol: Cr).
Cobalt The Cobalt (symbol: Co).
Copernicium The Copernicium (symbol: Cn).
Copper The Copper (symbol: Cu).
Curium The Curium (symbol: Cm).
Darmstadtium The Darmstadtium (symbol: Ds).
Dubnium The Dubnium (symbol: Db).
Dysprosium The Dysprosium (symbol: Dy).
Einsteinium The Einsteinium (symbol: Es).
Erbium The Erbium (symbol: Er).
Europium The Europium (symbol: Eu).
Fermium The Fermium (symbol: Fm).
Flerovium The Flerovium (symbol: Fl).
Fluorine The Fluorine (symbol: F).
Francium The Francium (symbol: Fr).
Gadolinium The Gadolinium (symbol: Gd).
Gallium The Gallium (symbol: Ga).
Germanium The Germanium (symbol: Ge).
Gold The Gold (symbol: Au).
Hafnium The Hafnium (symbol: Hf).
Hassium The Hassium (symbol: Hs).
Helium The Helium (symbol: He).
Holmium The Holmium (symbol: Ho).
Hydrogen The Hydrogen (symbol: H).
Indium The Indium (symbol: In).
Iodine The Iodine (symbol: I).
Iridium The Iridium (symbol: Ir).
Iron The Iron (symbol: Fe).
Krypton The Krypton (symbol: Kr).
Lanthanum The Lanthanum (symbol: La).
Lawrencium The Lawrencium (symbol: Lr).
Lead The Lead (symbol: Pb).
Lithium The Lithium (symbol: Li).
Livermorium The Livermorium (symbol: Lv).
Lutetium The Lutetium (symbol: Lu).
Magnesium The Magnesium (symbol: Mg).
Manganese The Manganese (symbol: Mn).
Meitnerium The Meitnerium (symbol: Mt).
Mendelevium The Mendelevium (symbol: Md).
Mercury The Mercury (symbol: Hg).
Molybdenum The Molybdenum (symbol: Mo).
Moscovium The Moscovium (symbol: Mc).
Neodymium The Neodymium (symbol: Nd).
Neon The Neon (symbol: Ne).
Neptunium The Neptunium (symbol: Np).
Nickel The Nickel (symbol: Ni).
Nihonium The Nihonium (symbol: Nh).
Niobium The Niobium (symbol: Nb).
Nitrogen The Nitrogen (symbol: N).
Nobelium The Nobelium (symbol: No).
Oganesson The Oganesson (symbol: Og).
Osmium The Osmium (symbol: Os).
Oxygen The Oxygen (symbol: O).
Palladium The Palladium (symbol: Pd).
Phosphorus The Phosphorus (symbol: P).
Platinum The Platinum (symbol: Pt).
Plutonium The Plutonium (symbol: Pu).
Polonium The Polonium (symbol: Po).
Potassium The Potassium (symbol: K).
Praseodymium The Praseodymium (symbol: Pr).
Promethium The Promethium (symbol: Pm).
Protactinium The Protactinium (symbol: Pa).
Radium The Radium (symbol: Ra).
Radon The Radon (symbol: Rn).
Rhenium The Rhenium (symbol: Re).
Rhodium The Rhodium (symbol: Rh).
Roentgenium The Roentgenium (symbol: Rg).
Rubidium The Rubidium (symbol: Rb).
Ruthenium The Ruthenium (symbol: Ru).
Rutherfordium The Rutherfordium (symbol: Rf).
Samarium The Samarium (symbol: Sm).
Scandium The Scandium (symbol: Sc).
Seaborgium The Seaborgium (symbol: Sg).
Selenium The Selenium (symbol: Se).
Silicon The Silicon (symbol: Si).
Silver The Silver (symbol: Ag).
Sodium The Sodium (symbol: Na).
Strontium The Strontium (symbol: Sr).
Sulphur The Sulphur (symbol: S).
Tantalum The Tantalum (symbol: Ta).
Technetium The Technetium (symbol: Tc).
Tellurium The Tellurium (symbol: Te).
Tennessine The Tennessine (symbol: Ts).
Terbium The Terbium (symbol: Tb).
Thallium The Thallium (symbol: Tl).
Thorium The Thorium (symbol: Th).
Thulium The Thulium (symbol: Tm).
Tin The Tin (symbol: Sn).
Titanium The Titanium (symbol: Ti).
Tungsten The Tungsten (symbol: W).
Uranium The Uranium (symbol: U).
Vanadium The Vanadium (symbol: V).
Xenon The Xenon (symbol: Xe).
Ytterbium The Ytterbium (symbol: Yb).
Yttrium The Yttrium (symbol: Y).
Zinc The Zinc (symbol: Zn).
Zirconium The Zirconium (symbol: Zr).

Extension Methods

CanConvertTo Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
CanConvertToT Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
ConvertToT Converts an object to the specified target type.

If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions)

ConvertToT Converts an object to the specified target type.

If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions)

IsDisposable Determines whether the specified object is a disposable type (i.e., it implements IDisposable interface).
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
ThrowIfNullTException Throws the specified exception if the source object is null.
(Defined by ObjectExtensions)

See Also