Table of Contents
EMin
table of double, read only
If G is a spectrum object G.Emin returns a list of length G.N stating the minimal energy included in the spectrum.
Example
Print the minimal energy used in the spectra calculated in the definitions file for spectra.
Input
- Example.Quanty
dofile("definitions.Quanty") print(G.Emin)
Result
{ -1 , -1 , -1 }