Gets or sets the stride of data within each signal. If the data is packed, the DataStride is 1 by default.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int DataStride { get; set; }
Visual Basic (Declaration)
Public Property DataStride As Integer
Visual C++
public:
property int DataStride {
	int get ();
	void set (int value);
}

See Also