FftModelItem(Int32) Property

Gets the complex number at the specified index.

Definition

Namespace: Austra.Library.Transforms
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
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