Atomic mass : If AtomicNumber is 0 returns 0

Namespace:  Hyleos.Chemistry
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public double AtomicWeight { get; set; }
Visual Basic (Declaration)
Public Property AtomicWeight As Double
Visual C++
public:
property double AtomicWeight {
	double get ();
	void set (double value);
}

See Also