Click or drag to resize

WdfFileReaderGetSpectrum Method

Gets the spectrum's intensity values with index idx.

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

Parameters

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

Return Value

Single
The spectrum's intensity values.
See Also