ChemicalElementAtomicWeight Property
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 decimal AtomicWeight { get; }
Public ReadOnly Property AtomicWeight As Decimal
Get
Dim instance As ChemicalElement
Dim value As Decimal
value = instance.AtomicWeight
public:
property Decimal AtomicWeight {
Decimal get ();
}
member AtomicWeight : decimal with get
No code example is currently available or this language may not be supported.
Property Value
Decimal
The atomic weight of this
ChemicalElement..