DistributedMatrix<T>.Dispose Method

Definition

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

Overload List

Dispose() Releases unmanaged resources.
Dispose(Boolean) Releases unmanaged resources.

Dispose(Boolean)

Releases unmanaged resources.
C#
protected override void Dispose(
	bool disposing
)

Parameters

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

See Also