Gets or sets the upper bound of the numeric range where random values are going to be generated.

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

Syntax

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

See Also