Molecule energy property

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

Syntax

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

Field Value

Gets / Sets molecule energy value

Remarks

This function do not computes Energy

See Also