Click or drag to resize

FftModelItem(Index) Property

Gets the complex number at the specified index.

Namespace: Austra.Library.Transforms
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+b25929339ea1019e260029cf0ebd18b3a0ce2443
Syntax
C#
public Complex this[
	Index index
] { get; }

Parameters

index  Index
Index of the number inside the whole spectrum.

Return Value

Complex
The complex value at the specified index.
See Also