Skip to content
Almar Klein edited this page Jun 1, 2017 · 3 revisions

Inherits from object.

Represents a range (a minimum and a maximum ). Can also be instantiated using a tuple.

If max is set smaller than min, the min and max are flipped.

The Range class implements the following properties:
max, min

The Range class implements the following methods:
Set

Properties

Get/Set the maximum value of the range.

Get/Set the minimum value of the range.

Methods

Set the values of min and max with one call. Same signature as constructor.

Clone this wiki locally