FftModelItem(Index) Property |
Gets the complex number at the specified index.
Namespace: Austra.Library.TransformsAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
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