Fft Base<T>.Dimension Property
Gets or sets the dimension of the FFT.
Definition
Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public int Dimension { get; }
Property Value
Int32Remarks
Currently, only one-dimensional FFT's are supported.
The lenght of an FFT is fixed at the time of construction. You can get the length of the FFT through the GetLength(Int32) method.
You can only set this value if the implementation is not committed.