Matrix<T>.Dispose(Boolean) Method

Releases unmanaged resources.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
Indicates whether the method was called by the user or the CLR.

See Also