Collaboration diagram for Factories:Functions | |
| RangePtr | Range (const NumberPtr &lowValue, const NumberPtr &highValue) |
| Creates a range object with specified low and high boundary values. More... | |
| StructTypePtr | RangeStructType () |
| Creates the Struct type object that defines the Range struct. | |
Creates a range object with specified low and high boundary values.
| lowValue | The lower boundary of the range. |
| highValue | The upper boundary of the range. |
| RangeBoundariesInvalidException | if lowValue > highValue. |