Click or drag to resize

FftModelItem(Int32) Property

Gets the complex number at the specified index.

Namespace: Austra.Library.Transforms
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
C#
public Complex this[
	int index
] { get; }

Parameters

index  Int32
Index of the number inside the whole spectrum.

Return Value

Complex
The complex value at the specified index.
See Also