FftBase<T>.Dispose Method

Definition

Namespace: Extreme.Mathematics.SignalProcessing
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

Dispose() Implements the IDisposable interface.
Dispose(Boolean) Implements the Dispose pattern.

FftBase<T>.Dispose

Implements the IDisposable interface.
C#
public void Dispose()

Implements

IDisposable.Dispose()

FftBase<T>.Dispose(Boolean)

Implements the Dispose pattern.
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources

See Also