Gets or sets the number of signals to transform. SignalCount is greater than one when transforming sets of signals in an array.

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

Syntax

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

See Also