Table of Contents
N
unsigned integer, read only
If G is a spectrum object G.N returns the number of spectra in the object.
Example
Print the number of spectra calculated in the definitions file for spectra.
Input
- Example.Quanty
dofile("definitions.Quanty") print(G.N)
Result
3