Click or drag to resize

WdfFileReaderGetSpectrum Method

Gets the spectrum with index idx.

Namespace: Altaxo.Serialization.Renishaw
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public float[] GetSpectrum(
	int idx
)

Parameters

idx  Int32
The index (must be >=0 and <Count).

Return Value

Single
The spectrum.
See Also