====== 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 [[documentation:language_reference:objects:spectra:start|definitions file]] for spectra.
###
==== Input ====
dofile("definitions.Quanty")
print(G.Emin)
==== Result ====
{ -1 , -1 , -1 }
===== Available functions =====
{{indexmenu>../functions/#1}}
===== Available methods =====
{{indexmenu>../methods/#1}}
===== Available properties =====
{{indexmenu>.#1}}