====== Emax ====== ### table of double, read only ### ### If //G// is a spectrum object //G.Emax// returns a list of length //G.N// stating the maximum energy included in the spectrum. ### ===== Example ===== ### Print the maximum energy used in the spectra calculated in the [[documentation:language_reference:objects:spectra:start|definitions file]] for spectra. ### ==== Input ==== dofile("definitions.Quanty") print(G.Emax) ==== Result ==== { 11 , 11 , 11 } ===== Available functions ===== {{indexmenu>../functions/#1}} ===== Available methods ===== {{indexmenu>../methods/#1}} ===== Available properties ===== {{indexmenu>.#1}}