Step

Step class

Represents a step of a step function.

public class Step

Constructors

Name Description
Step(int, int) Initializes a new instance of the Step class.

Properties

Name Description
Level { get; } Gets the level.
LowerLimit { get; } Gets the lower limit.

Remarks

Learn more

See Also