ChemicalElement Constructor

Initializes a new instance of the ChemicalElement class.

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 ChemicalElement(
	int atomicNumber,
	string symbol,
	string name,
	decimal atomicWeight
)

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.

See Also