Fft Base<T>.In Place Property
Gets or sets whether the transform should be performed in place.
Definition
Namespace: Extreme.Mathematics.SignalProcessing
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if the transform should be performed in place; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public bool InPlace { get; set; }
Property Value
Booleantrue if the transform should be performed in place; otherwise false.
Remarks
Not all FFT providers support in-place transforms. In such cases, the behavior is simulated by performing an out-of-place FFT and copying the result to the original input.
You can only set this value if the implementation is not committed.