|
FFTComplexMagnitude Property
|
The complex result of the FFT.
Namespace: GSF.NumericalAnalysisAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.296-beta+d85e3b6b23676c9fffb3231e358b4f94ad70793d
Syntaxpublic Complex[] ComplexMagnitude { get; }Public ReadOnly Property ComplexMagnitude As Complex()
Get
public:
property array<Complex>^ ComplexMagnitude {
array<Complex>^ get ();
}member ComplexMagnitude : Complex[] with get
function get_ComplexMagnitude();
View SourceProperty Value
Complex
See Also