IStorageSlice<T>.MemorySlice Property

Returns a memory slice over the storage.

Definition

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
MemorySlice<T> MemorySlice { get; }

Property Value

MemorySlice<T>

See Also