DistributedMemoryManager<T>.Pin Method

Provides access to a pointer that represents the data (note: no actual pin occurs)

Definition

Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override MemoryHandle Pin(
	int elementIndex = 0
)

Parameters

elementIndex  Int32  (Optional)
 

Return Value

MemoryHandle

Implements

IPinnable.Pin(Int32)

See Also