프로퍼티 | 타입 | 설명 | |
---|---|---|---|
UserPerodicTablePath | string |
메소드 | 설명 | |
---|---|---|
AddElement ( |
Adds an element to this periodic table if the element atomic symbol is not already present. Overrides an element if the symbol is already present.
|
|
GetElement ( string element ) : |
||
GetIsotope ( string element, int atomicNumber ) : |
||
Load ( ) : void | ||
Load ( string filePath ) : void |
Load a xml file containing elemental and isotopic data into the periodic table
|
|
RestoreDefaults ( ) : void | ||
Save ( ) : void | ||
SaveTo ( string filePath ) : void | ||
TryGetElement ( string elementSymbol, |
메소드 | 설명 | |
---|---|---|
GetIsotope ( int uniqueId ) : |
Get an isotope based on its unique isotope id
|
|
PeriodicTable ( ) : System |
public static AddElement ( |
||
element | The element to add to the periodic table | |
리턴 | bool |
public static GetElement ( string element ) : |
||
element | string | |
리턴 |
public static GetIsotope ( string element, int atomicNumber ) : |
||
element | string | |
atomicNumber | int | |
리턴 |
public static TryGetElement ( string elementSymbol, |
||
elementSymbol | string | |
element | ||
리턴 | bool |