메소드 | 설명 | |
---|---|---|
ToString ( ) : string |
Returns a textual representation of this element in the following format: Hydrogen (H) Helium (He)
|
|
this ( int atomicNumber ) : |
Gets an isotope of this element based on its atomic number
|
메소드 | 설명 | |
---|---|---|
AddIsotope ( int atomicNumber, double atomicMass, float abundance ) : |
Add an isotope to this element
|
|
Element ( string name, string symbol, int atomicNumber, int valenceElectrons ) : System.Collections.Generic |
Create a new element
|
public this ( int atomicNumber ) : |
||
atomicNumber | int | The atomic number of the isotope to get |
리턴 |