Gets or sets the increment between each value of the sequence.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.2.0.0 (3.2.570.0)

Syntax

C#
public double Step { get; set; }
Visual Basic (Declaration)
Public Property Step As Double

Remarks

That property is used to define the sequence, when used with 2 other properties:

See Also