DistributedVector<T>.NativeStorage Property

Gets the native storage for the vector.

Definition

Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public NativeArraySlice<T> NativeStorage { get; }

Property Value

NativeArraySlice<T>

See Also