ChemicalElement Constructor
Namespace: DevCase.Core.Math.ScienceAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ChemicalElement(
int atomicNumber,
string symbol,
string name,
decimal atomicWeight
)
Public Sub New (
atomicNumber As Integer,
symbol As String,
name As String,
atomicWeight As Decimal
)
Dim atomicNumber As Integer
Dim symbol As String
Dim name As String
Dim atomicWeight As Decimal
Dim instance As New ChemicalElement(atomicNumber,
symbol, name, atomicWeight)
public:
ChemicalElement(
int atomicNumber,
String^ symbol,
String^ name,
Decimal atomicWeight
)
new :
atomicNumber : int *
symbol : string *
name : string *
atomicWeight : decimal -> ChemicalElement
No code example is currently available or this language may not be supported.
Parameters
- atomicNumber Int32
-
The atomic number of this ChemicalElement.
- symbol String
-
The symbol of this ChemicalElement.
- name String
-
The name of this ChemicalElement.
- atomicWeight Decimal
-
The atomic weight of this ChemicalElement.