Version

Search Results

Constraint Class

Represents a constrained range. Syntax

Constraint Class Members

Public Constructors Public Properties Public Methods

Constraint Class Methods

Public Methods

Constraint Class Properties

Public Properties

Apply Method (Constraint)

Applies this constraint to a value. Syntax Parameters value A value to fit into the range. Return Value Constrained value.

Max Property

Gets or sets the maximum value. Syntax

Min Property

Gets or sets the minimum value. Syntax

Constraint Constructor()

Initializes a new instance of the Constraint class. Syntax

Constraint Constructor(Single,Single)

Initializes a new instance of the Constraint class. Syntax Parameters min Minimum value.max Maximum value.

Constraint Constructor

Overload List