MemorySlice<T>.Values Property

Gets the storage array.

Definition

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

Property Value

Memory<T>

See Also