DistributedVector<T>.NativeStorage Property

Gets the native storage for the vector.

Definition

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

Property Value

MemorySlice<T>

See Also