ArraySlice<T>.Stride Property

Gets the step between successive elements in the storage array.

Definition

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int Stride { get; }

Property Value

Int32

Implements

IStorageSlice<T>.Stride

See Also