Gets the number of steps in the schedule.

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

Syntax

C#
public int Steps { get; }
Visual Basic (Declaration)
Public ReadOnly Property Steps As Integer
Visual C++
public:
property int Steps {
	int get ();
}

See Also