DistributedProvider.Free Method

Frees distributed memory.

Definition

Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public abstract void Free(
	IntPtr data
)

Parameters

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

See Also