FftBase<T>.Committed Property

Gets whether the FFT implementation has committed to its current property values.

Definition

Namespace: Extreme.Mathematics.SignalProcessing
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public bool Committed { get; }

Property Value

Boolean
true if the implementation is committed; otherwise false.

Remarks

You can only set the domain, dimension and length of an FFT implementation as long as the implementation is not yet committed. An implementation commits when it is first called to perform a transform.

See Also