Range::Set
Defined in:
Sets the beginning and end of a range.
TSTools.hPrototype
Range& Set(const type& x, const type& y);
Parameters
x |
The new beginning of the range. |
y |
The new end of the range. |
Description
The Set function sets the beginning and end of a range to the values given by the x and y parameters, respectively.
