FftBase<T>.Dispose Method

Definition

Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

Overload List

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

Dispose

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

Implements

IDisposable.Dispose()

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