Table of Contents

Interface IMemoryBlock<T>

Namespace
NumSharp.Backends.Unmanaged
Assembly
NumSharp.dll
public interface IMemoryBlock<T> : IMemoryBlock where T : unmanaged

Type Parameters

T
Inherited Members
Extension Methods

Properties

Address

The start address of this memory block.

T* Address { get; }

Property Value

T*