Accessor.Stride

Accessor.Stride property

Gets or sets the stride. The stride attribute indicates number of values to be considered a unit during each access to the array. The default value is 1, indicating that a single value is accessed. Optional attribute.

public ulong Stride { get; set; }

See Also