WdfFileReaderGetSpectrum Method |
Gets the spectrum with index idx.
Namespace: Altaxo.Serialization.RenishawAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public float[] GetSpectrum(
int idx
)
Parameters
- idx Int32
- The index (must be >=0 and <Count).
Return Value
SingleThe spectrum.
See Also