FftModelItem(Index) Property |
Gets the complex number at the specified index.
Namespace: Austra.Library.TransformsAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+b25929339ea1019e260029cf0ebd18b3a0ce2443
Syntaxpublic Complex this[
Index index
] { get; }Parameters
- index Index
- Index of the number inside the whole spectrum.
Return Value
ComplexThe complex value at the specified index.
See Also