DistributedProvider.Free Method

Frees distributed memory.

Definition

Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public abstract void Free(
	IntPtr data
)

Parameters

data  IntPtr
A pointer to the memory that is to be freed.

See Also