Gets or sets the stride of signals in an array of multiple signals.

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

Syntax

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

Remarks

Typically the input signals are packed, so SignalStride would be equal to the length of each signal.

See Also