ArraySlice<T>.Stride Property

Gets the step between successive elements in the storage array.

Definition

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

Property Value

Int32

See Also